Class: Faml::Ast::HamlComment
- Inherits:
-
Struct
- Object
- Struct
- Faml::Ast::HamlComment
- Includes:
- HasChildren
- Defined in:
- lib/faml/ast.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#lineno ⇒ Object
Returns the value of attribute lineno.
Method Summary
Methods included from HasChildren
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
93 94 95 |
# File 'lib/faml/ast.rb', line 93 def children @children end |
#filename ⇒ Object
Returns the value of attribute filename
93 94 95 |
# File 'lib/faml/ast.rb', line 93 def filename @filename end |
#lineno ⇒ Object
Returns the value of attribute lineno
93 94 95 |
# File 'lib/faml/ast.rb', line 93 def lineno @lineno end |