Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more
An Indented Paragraph of text
Creates a new IndentedParagraph
containing parts
indented with indent
spaces
# File rdoc/markup/indented_paragraph.rb, line 15 def initialize indent, *parts @indent = indent super(*parts) end