Class: YTLJit::VM::Node::PhiNode

Inherits:
Object
  • Object
show all
Defined in:
lib/ytl/macro.rb

Instance Method Summary collapse

Instance Method Details

#to_ruby(context) ⇒ Object



155
156
157
158
159
# File 'lib/ytl/macro.rb', line 155

def to_ruby(context)
  pre = context.work_prefix.join('_')
  context.ret_code.last << "#{pre}value"
  context
end