module Bundler::SafeCatch::Internal::Result::Matcher

def ===(other)

def ===(other)
  other.respond_to? :tag and @tag.equal? other.tag
end