Method: RDoc::Markup::IndentedParagraph#==

Defined in:
lib/rdoc/markup/indented_paragraph.rb

#==(other) ⇒ Object

:nodoc:



22
23
24
# File 'lib/rdoc/markup/indented_paragraph.rb', line 22

def == other # :nodoc:
  super and indent == other.indent
end