Method: RDoc::Markup::HardBreak#==

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

#==(other) ⇒ Object

:nodoc:



23
24
25
# File 'lib/rdoc/markup/hard_break.rb', line 23

def == other # :nodoc:
  self.class === other
end