Class: YTLJit::VM::Node::BaseNode

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

Direct Known Subclasses

SimpleVectorRefNode

Instance Method Summary collapse

Instance Method Details

#to_ruby(context) ⇒ Object



19
20
21
# File 'lib/ytl/macro.rb', line 19

def to_ruby(context)
  context
end