class CodeTools::AST::DynamicSymbol

Public Instance Methods

bytecode(g) click to toggle source
Calls superclass method CodeTools::AST::DynamicString#bytecode
# File lib/rubinius/code/ast/literals.rb, line 552
def bytecode(g)
  super(g)
  g.send :to_sym, 0, true
end
sexp_name() click to toggle source
# File lib/rubinius/code/ast/literals.rb, line 557
def sexp_name
  :dsym
end