class TypeProf::Type::Void
Public Instance Methods
inspect()
click to toggle source
# File typeprof-0.21.9/lib/typeprof/type.rb, line 211 def inspect "Type::Void" end
screen_name(scratch)
click to toggle source
# File typeprof-0.21.9/lib/typeprof/type.rb, line 215 def screen_name(scratch) "void" end