Class: Melbourne::AST::EvalExpression
- Inherits:
-
Container
- Object
- Node
- ClosedScope
- Container
- Melbourne::AST::EvalExpression
- Defined in:
- lib/melbourne/ast/definitions.rb
Overview
TODO: document!
Instance Attribute Summary
Attributes inherited from Container
Attributes inherited from ClosedScope
Attributes inherited from Node
Instance Method Summary collapse
-
#initialize(body) ⇒ EvalExpression
constructor
A new instance of EvalExpression.
Methods inherited from Node
Constructor Details
#initialize(body) ⇒ EvalExpression
515 516 517 518 |
# File 'lib/melbourne/ast/definitions.rb', line 515 def initialize(body) super body @name = :__eval_script__ end |