Class: CodeTools::AST::ToString

Inherits:
Node
  • Object
show all
Defined in:
lib/rubinius/code/compiler/evaluator.rb

Instance Method Summary collapse

Instance Method Details

#execute(e) ⇒ Object



323
324
325
# File 'lib/rubinius/code/compiler/evaluator.rb', line 323

def execute(e)
  @child.execute(e).to_s
end