Class: Peggy::AST
- Inherits:
-
Object
- Object
- Peggy::AST
- Defined in:
- lib/ast.rb
Instance Attribute Summary collapse
-
#root ⇒ Object
readonly
Returns the value of attribute root.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ AST
constructor
A new instance of AST.
Constructor Details
Instance Attribute Details
#root ⇒ Object (readonly)
Returns the value of attribute root.
50 51 52 |
# File 'lib/ast.rb', line 50 def root @root end |