Class: YTLJit::VM::Node::LiteralNode

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

Instance Method Summary collapse

Instance Method Details

#to_ruby(context) ⇒ Object



247
248
249
250
# File 'lib/ytl/macro.rb', line 247

def to_ruby(context)
  context.ret_code.last << get_constant_value[0].inspect
  context
end