Class: YTLJit::VM::Node::ConstantRefNode

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

Instance Method Summary collapse

Instance Method Details

#to_ruby(context) ⇒ Object



405
406
407
408
# File 'lib/ytl/macro.rb', line 405

def to_ruby(context)
  context.ret_code.last << @name.to_s
  context
end