Class: Melbourne::AST::ClosedScope

Inherits:
Node
  • Object
show all
Defined in:
lib/melbourne/ast/definitions.rb

Overview

TODO: document!

Direct Known Subclasses

ClassScope, Container, Define, ModuleScope, SClassScope

Instance Attribute Summary collapse

Attributes inherited from Node

#line

Method Summary

Methods inherited from Node

#ascii_graph, #initialize

Constructor Details

This class inherits a constructor from Melbourne::AST::Node

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



85
86
87
# File 'lib/melbourne/ast/definitions.rb', line 85

def body
  @body
end