class RDoc::Context::Section

def ==(other)

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