class TypeProf::Core::Type::Bot
Public Class Methods
Source
# File bundled-src/typeprof-0.31.1/lib/typeprof/core/type.rb, line 213 def initialize(genv) end
Public Instance Methods
Source
# File bundled-src/typeprof-0.31.1/lib/typeprof/core/type.rb, line 216 def base_type(genv) genv.obj_type end
Source
# File bundled-src/typeprof-0.31.1/lib/typeprof/core/type.rb, line 220 def show "bot" end