Method: CodeTools::AST::NilLiteral#bytecode

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

#bytecode(g) ⇒ Object



225
226
227
228
229
# File 'lib/rubinius/ast/literals.rb', line 225

def bytecode(g)
  pos(g)

  g.push :nil
end