In Files

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

Class/Module Index [+]

Quicksearch

Any

Public Class Methods

new() click to toggle source
 
               # File typeprof-0.12.0/lib/typeprof/type.rb, line 170
def initialize
end
            

Public Instance Methods

consistent?(_other) click to toggle source
 
               # File typeprof-0.12.0/lib/typeprof/type.rb, line 185
def consistent?(_other)
  raise "should not be called"
end
            
include_untyped?(_scratch) click to toggle source
 
               # File typeprof-0.12.0/lib/typeprof/type.rb, line 193
def include_untyped?(_scratch)
  true
end
            
inspect() click to toggle source
 
               # File typeprof-0.12.0/lib/typeprof/type.rb, line 173
def inspect
  "Type::Any"
end
            
method_dispatch_info() click to toggle source
 
               # File typeprof-0.12.0/lib/typeprof/type.rb, line 181
def method_dispatch_info
  nil
end
            
screen_name(scratch) click to toggle source
 
               # File typeprof-0.12.0/lib/typeprof/type.rb, line 177
def screen_name(scratch)
  "untyped"
end
            
substitute(_subst, _depth) click to toggle source
 
               # File typeprof-0.12.0/lib/typeprof/type.rb, line 189
def substitute(_subst, _depth)
  self
end