class TypeProf::Type::Void

Public Instance Methods

inspect() click to toggle source
# File typeprof-0.15.2/lib/typeprof/type.rb, line 208
def inspect
  "Type::Void"
end
screen_name(scratch) click to toggle source
# File typeprof-0.15.2/lib/typeprof/type.rb, line 212
def screen_name(scratch)
  "void"
end