Class: YTLJit::VM::Node::BranchIfNode

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

Instance Method Summary collapse

Instance Method Details

#to_ruby(context) ⇒ Object



207
208
209
# File 'lib/ytl/macro.rb', line 207

def to_ruby(context)
  to_ruby_common(context, false)
end