class URI::Generic

Public Instance Methods

==(other) click to toggle source
# File test/test_atomfeed.rb, line 12
def ==(other)
  return self.to_s == other.to_s
end