Class: Melbourne::AST::Script
- Inherits:
-
Container
- Object
- Node
- ClosedScope
- Container
- Melbourne::AST::Script
- 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) ⇒ Script
constructor
A new instance of Script.
Methods inherited from Node
Constructor Details
#initialize(body) ⇒ Script
535 536 537 538 |
# File 'lib/melbourne/ast/definitions.rb', line 535 def initialize(body) super body @name = :__script__ end |