class TypeProf::Core::BaseStaticRead
Attributes
Public Class Methods
Source
# File bundled-src/typeprof-0.31.1/lib/typeprof/core/env/static_read.rb, line 59 def initialize(genv, name, cref, strict_const_scope) super(name) @cref = cref @search_ancestors = !strict_const_scope genv.add_static_eval_queue(:static_read_changed, self) end
Calls superclass method
TypeProf::Core::StaticRead::new
Public Instance Methods
Source
# File bundled-src/typeprof-0.31.1/lib/typeprof/core/env/static_read.rb, line 68 def on_scope_updated(genv) resolve(genv, @cref, @search_ancestors, false) end