Class: Foxtail::Bundle::Parser::AST::Junk
- Inherits:
-
Data
- Object
- Data
- Foxtail::Bundle::Parser::AST::Junk
- Defined in:
- lib/foxtail/bundle/parser/ast.rb
Overview
Junk entry for unparseable content
Instance Attribute Summary collapse
-
#annotations ⇒ Object
readonly
Returns the value of attribute annotations.
-
#content ⇒ Object
readonly
Returns the value of attribute content.
Instance Attribute Details
#annotations ⇒ Object (readonly)
Returns the value of attribute annotations
133 |
# File 'lib/foxtail/bundle/parser/ast.rb', line 133 Junk = Data.define(:content, :annotations) |
#content ⇒ Object (readonly)
Returns the value of attribute content
133 |
# File 'lib/foxtail/bundle/parser/ast.rb', line 133 Junk = Data.define(:content, :annotations) |