Class: Marker::Definition
- Inherits:
-
ListNode
- Object
- Treetop::Runtime::SyntaxNode
- ParseNode
- ListNode
- Marker::Definition
- Defined in:
- lib/marker/lists.rb
Instance Method Summary collapse
- #content ⇒ Object
-
#definition ⇒ Object
– defaults ++.
- #type ⇒ Object
Methods inherited from ListNode
Methods inherited from Treetop::Runtime::SyntaxNode
Instance Method Details
#content ⇒ Object
208 209 210 |
# File 'lib/marker/lists.rb', line 208 def content [term, definition] end |
#definition ⇒ Object
– defaults ++
213 214 215 |
# File 'lib/marker/lists.rb', line 213 def definition nil end |
#type ⇒ Object
204 205 206 |
# File 'lib/marker/lists.rb', line 204 def type :definition end |