Class: Marker::Numbered

Inherits:
ListNode show all
Defined in:
lib/marker/lists.rb

Instance Method Summary collapse

Methods inherited from ListNode

#builder

Methods inherited from Treetop::Runtime::SyntaxNode

#present?

Instance Method Details

#contentObject

– defaults ++



187
188
189
# File 'lib/marker/lists.rb', line 187

def content
  nil
end

#typeObject



182
183
184
# File 'lib/marker/lists.rb', line 182

def type
  :numbered
end