class RDoc::Markup::IndentedParagraph

def initialize indent, *parts

def initialize indent, *parts
  @indent = indent
  super(*parts)
end