Class: Aspen::CustomGrammar::AST::Nodes::Bare
- Inherits:
-
Object
- Object
- Aspen::CustomGrammar::AST::Nodes::Bare
- Defined in:
- lib/aspen/custom_grammar/ast/nodes/bare.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
Instance Method Summary collapse
-
#initialize(content) ⇒ Bare
constructor
A new instance of Bare.
Constructor Details
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content.
7 8 9 |
# File 'lib/aspen/custom_grammar/ast/nodes/bare.rb', line 7 def content @content end |