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