class TypeProf::Core::Type::Var
Attributes
Public Class Methods
Source
# File bundled-src/typeprof-0.31.1/lib/typeprof/core/type.rb, line 227 def initialize(genv, name, vtx) @name = name @vtx = vtx end
Public Instance Methods
Source
# File bundled-src/typeprof-0.31.1/lib/typeprof/core/type.rb, line 234 def base_type(genv) genv.obj_type # Is this ok? end
Source
# File bundled-src/typeprof-0.31.1/lib/typeprof/core/type.rb, line 238 def show "var[#{ @name }]" end