class CodeTools::AST::RationalLiteral

Public Instance Methods

bytecode(g) click to toggle source
# File lib/rubinius/code/ast/literals.rb, line 280
def bytecode(g)
  pos(g)

  g.push_literal @value
end