new() Class Public methods RDoc::Markup::HardBreak is a singleton
accept(visitor) Instance Public methods Calls accept_hard_break on visitor
new(file, include_path) Class Public methods Creates a new include that will import file from include_path
new(indent, *parts) Class Public methods Creates a new IndentedParagraph containing parts indented with indent spaces
accept(visitor) Instance Public methods Calls accept_indented_paragraph on visitor
text(hard_break = nil) Instance Public methods Joins the raw paragraph text and converts inline HardBreaks to the hard_break text followed by the indent.
new(type = nil, *items) Class Public methods Creates a new list of type with items. Valid list types are: :BULLET, :LABEL, :LALPHA, :NOTE, :NUMBER, :UALPHA
<<(item) Instance Public methods Appends item to the list
accept(visitor) Instance Public methods Runs this list and all its items through visitor
empty?() Instance Public methods Is the list empty?
Page 895 of 11844