class RDoc::RD::Inline

def == other # :nodoc:

:nodoc:
def == other # :nodoc:
  self.class === other and
    @reference == other.reference and @rdoc == other.rdoc
end