Class: Oselvar::Var::Core::ThematicBreak
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::ThematicBreak
- Defined in:
- lib/oselvar/var/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
40 41 42 |
# File 'lib/oselvar/var/core/ast.rb', line 40 def span @span end |
Instance Method Details
#kind ⇒ Object
41 |
# File 'lib/oselvar/var/core/ast.rb', line 41 def kind = 'thematic_break' |