Class: Marker::Indented

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



198
199
200
# File 'lib/marker/lists.rb', line 198

def content
  nil
end

#typeObject



193
194
195
# File 'lib/marker/lists.rb', line 193

def type
  :indented
end