Method: TypeProf::Core::GVarReadBox#run0
- Defined in:
- lib/typeprof/core/graph/box.rb
#run0(genv, changes) ⇒ Object
954 955 956 |
# File 'lib/typeprof/core/graph/box.rb', line 954 def run0(genv, changes) changes.add_edge(genv, @vtx, @ret) end |