Class: Melbourne::AST::ClosedScope
- Defined in:
- lib/melbourne/ast/definitions.rb
Overview
TODO: document!
Direct Known Subclasses
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
Attributes inherited from Node
Method Summary
Methods inherited from Node
Constructor Details
This class inherits a constructor from Melbourne::AST::Node
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
85 86 87 |
# File 'lib/melbourne/ast/definitions.rb', line 85 def body @body end |