Class SM::LineCollection
In: markup/simple_markup/fragments.rb
Parent: Object
Fragment Verbatim Paragraph Rule Heading ListBase BlankLine ListStart ListItem ListEnd LineCollection SimpleMarkup Module: SM

Collect groups of lines together. Each group will end up containing a flow of text

Methods
accept    add    each    fragment_for    new    normalize    to_a    to_s   
Public Class methods
new()
Public Instance methods
add(fragment)
each(&b)
to_a()

For testing

fragment_for(*args)

Factory for different fragment types

normalize()

tidy up at the end

to_s()
accept(am, visitor)