Class: Varar::Core::ThematicBreak
- Inherits:
-
Data
- Object
- Data
- Varar::Core::ThematicBreak
- Defined in:
- lib/varar/core/ast.rb
Instance Attribute Summary collapse
-
#span ⇒ Object
readonly
Returns the value of attribute span.
Instance Method Summary collapse
Instance Attribute Details
#span ⇒ Object (readonly)
Returns the value of attribute span
39 40 41 |
# File 'lib/varar/core/ast.rb', line 39 def span @span end |
Instance Method Details
#kind ⇒ Object
40 |
# File 'lib/varar/core/ast.rb', line 40 def kind = 'thematic_break' |