Class: CodeTools::AST::ExecuteString

Inherits:
StringLiteral show all
Defined in:
lib/rubinius/code/compiler/evaluator.rb

Instance Method Summary collapse

Instance Method Details

#execute(e) ⇒ Object



317
318
319
# File 'lib/rubinius/code/compiler/evaluator.rb', line 317

def execute(e)
  `#{@string.execute(e)}`
end