# File lib/rdoc/markup/indented_paragraph.rb, line 15
  def initialize indent, *parts
    @indent = indent

    super(*parts)
  end