In Files

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

Parent

Class/Module Index [+]

Quicksearch

Void

Public Instance Methods

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