Method: CodeTools::AST::BackRef#bytecode

Defined in:
lib/rubinius/code/ast/variables.rb

#bytecode(g) ⇒ Object



29
30
31
32
# File 'lib/rubinius/code/ast/variables.rb', line 29

def bytecode(g)
  pos(g)
  g.last_match mode, 0
end