class CodeTools::AST::ImaginaryLiteral
Public Instance Methods
bytecode(g)
click to toggle source
# File lib/rubinius/code/ast/literals.rb, line 288 def bytecode(g) pos(g) g.push_literal @value end
# File lib/rubinius/code/ast/literals.rb, line 288 def bytecode(g) pos(g) g.push_literal @value end