Class: YTLJit::VM::Node::SelfRefNode

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

Instance Method Summary collapse

Instance Method Details

#to_ruby(context) ⇒ Object



349
350
351
352
# File 'lib/ytl/macro.rb', line 349

def to_ruby(context)
  context.ret_code.last << " self "
  context
end