Method: RDoc::Context::Section#==

Defined in:
lib/rdoc/context/section.rb

#==(other) ⇒ Object

Sections are equal when they have the same #title



57
58
59
# File 'lib/rdoc/context/section.rb', line 57

def == other
  self.class === other and @title == other.title
end