Method: TypeProf::Core::ScopedStaticRead#on_cbase_updated

Defined in:
lib/typeprof/core/env/static_read.rb

#on_cbase_updated(genv) ⇒ Object



81
82
83
84
85
86
87
# File 'lib/typeprof/core/env/static_read.rb', line 81

def on_cbase_updated(genv)
  if @cbase && @cbase.cpath
    resolve(genv, CRef.new(@cbase.cpath, :class, nil, nil), @search_ancestors, true)
  else
    resolution_failed(genv)
  end
end