Class: Marker::Bulleted

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 ++



176
177
178
# File 'lib/marker/lists.rb', line 176

def content
  nil
end

#typeObject



171
172
173
# File 'lib/marker/lists.rb', line 171

def type
  :bulleted
end