In Files

  • typeprof-0.21.1/lib/typeprof/type.rb

Class/Module Index [+]

Quicksearch

TypeProf::Type::Void

Public Instance Methods

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