Class: Marker::Indented
- Inherits:
-
ListNode
- Object
- Treetop::Runtime::SyntaxNode
- ParseNode
- ListNode
- Marker::Indented
- 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 ++
198 199 200 |
# File 'lib/marker/lists.rb', line 198 def content nil end |
#type ⇒ Object
193 194 195 |
# File 'lib/marker/lists.rb', line 193 def type :indented end |