class CodeTools::AST::MirrorConstant
Public Class Methods
new(line)
click to toggle source
# File lib/rubinius/code/ast/constants.rb, line 17 def initialize(line) @line = line end
Public Instance Methods
bytecode(g)
click to toggle source
# File lib/rubinius/code/ast/constants.rb, line 21 def bytecode(g) pos(g) g.push_mirror end