class Seahorse::Client::Logging::Formatter

def eql?(other)

Other tags:
    Api: - private
def eql?(other)
  other.is_a?(self.class) and other.pattern == self.pattern
end