Class: Marker::Numbered
- Inherits:
-
ListNode
- Object
- Treetop::Runtime::SyntaxNode
- ParseNode
- ListNode
- Marker::Numbered
- Defined in:
- lib/marker/lists.rb
Instance Method Summary collapse
-
#content ⇒ Object
– defaults ++.
- #type ⇒ Object
Methods inherited from ListNode
Methods inherited from Treetop::Runtime::SyntaxNode
Instance Method Details
#content ⇒ Object
– defaults ++
187 188 189 |
# File 'lib/marker/lists.rb', line 187 def content nil end |
#type ⇒ Object
182 183 184 |
# File 'lib/marker/lists.rb', line 182 def type :numbered end |