Class: YTLJit::VM::Node::BranchUnlessNode

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

Instance Method Summary collapse

Instance Method Details

#to_ruby(context) ⇒ Object



213
214
215
# File 'lib/ytl/macro.rb', line 213

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