class TypeProf::Core::Type::Bot

Public Class Methods

new(genv) click to toggle source
# File typeprof-0.30.1/lib/typeprof/core/type.rb, line 314
def initialize(genv)
end

Public Instance Methods

base_type(genv) click to toggle source
# File typeprof-0.30.1/lib/typeprof/core/type.rb, line 317
def base_type(genv)
  genv.obj_type
end
check_match(genv, changes, vtx) click to toggle source
# File typeprof-0.30.1/lib/typeprof/core/type.rb, line 321
def check_match(genv, changes, vtx)
  return true
end
show() click to toggle source
# File typeprof-0.30.1/lib/typeprof/core/type.rb, line 325
def show
  "bot"
end