Method: CodeTools::AST::Until#bytecode

Defined in:
lib/rubinius/ast/control_flow.rb

#bytecode(g) ⇒ Object



433
434
435
# File 'lib/rubinius/ast/control_flow.rb', line 433

def bytecode(g)
  super(g, false)
end