Class: HamdownCore::Ast::Empty
- Inherits:
-
Struct
- Object
- Struct
- HamdownCore::Ast::Empty
- Defined in:
- lib/hamdown_core/ast.rb
Instance Attribute Summary collapse
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#lineno ⇒ Object
Returns the value of attribute lineno.
Instance Method Summary collapse
Instance Attribute Details
#filename ⇒ Object
Returns the value of attribute filename
173 174 175 |
# File 'lib/hamdown_core/ast.rb', line 173 def filename @filename end |
#lineno ⇒ Object
Returns the value of attribute lineno
173 174 175 |
# File 'lib/hamdown_core/ast.rb', line 173 def lineno @lineno end |
Instance Method Details
#to_h ⇒ Object
174 175 176 |
# File 'lib/hamdown_core/ast.rb', line 174 def to_h super.merge(type: 'empty') end |