Class: Faml::Ast::Empty
- Inherits:
-
Struct
- Object
- Struct
- Faml::Ast::Empty
- Defined in:
- lib/faml/ast.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#lineno ⇒ Object
Returns the value of attribute lineno.
Instance Attribute Details
#filename ⇒ Object
Returns the value of attribute filename
113 114 115 |
# File 'lib/faml/ast.rb', line 113 def filename @filename end |
#lineno ⇒ Object
Returns the value of attribute lineno
113 114 115 |
# File 'lib/faml/ast.rb', line 113 def lineno @lineno end |