Method: CodeTools::AST::Self#bytecode

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

#bytecode(g) ⇒ Object



6
7
8
9
10
# File 'lib/rubinius/ast/self.rb', line 6

def bytecode(g)
  pos(g)

  g.push :self
end