class RDoc::Markup::Include

def ==(other) # :nodoc:

:nodoc:
def ==(other) # :nodoc:
  self.class === other and
    @file == other.file and @include_path == other.include_path
end