struct

Poor::Heading

Inherits Poor::Container < Poor::Markup < Indexable::Mutable < Indexable < Enumerable < Iterable < Struct < Value < Object

Constructors

new(content, level : Int32)
Source

Instance methods

level
Source
pretty_print(pp : PrettyPrint)

Pretty prints self into the given printer.

By default appends a text that is the result of invoking #inspect on self. Subclasses should override for custom pretty printing.

Source