In Files

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

Class/Module Index [+]

Quicksearch

TypeProf::Void

Public Instance Methods

inspect() click to toggle source
 
               # File typeprof-0.21.2/lib/typeprof/type.rb, line 208
def inspect
  "Type::Void"
end
            
screen_name(scratch) click to toggle source
 
               # File typeprof-0.21.2/lib/typeprof/type.rb, line 212
def screen_name(scratch)
  "void"
end
            
There is an updated format of the API docs for this version here.