# File lib/bundler/safe_catch.rb, line 87
            def ===(other)
              other.respond_to? :tag and @tag.equal? other.tag
            end