Class: Marker::Bulleted
- Inherits:
-
ListNode
- Object
- Treetop::Runtime::SyntaxNode
- ParseNode
- ListNode
- Marker::Bulleted
- 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 ++
176 177 178 |
# File 'lib/marker/lists.rb', line 176 def content nil end |
#type ⇒ Object
171 172 173 |
# File 'lib/marker/lists.rb', line 171 def type :bulleted end |