Class: CodeTools::AST::DynamicExecuteString
- Inherits:
- 
      DynamicString
      
        - Object
- Node
- StringLiteral
- DynamicString
- CodeTools::AST::DynamicExecuteString
 
- Defined in:
- lib/rubinius/code/compiler/evaluator.rb
Instance Method Summary collapse
Instance Method Details
#execute(e) ⇒ Object
| 329 330 331 | # File 'lib/rubinius/code/compiler/evaluator.rb', line 329 def execute(e) `#{super(e)}` end |