The Matcher class is never instantiated; it is dup’ed and used as a rescue-clause argument to match Result exceptions based on their tags.
# File lib/bundler/safe_catch.rb, line 87 def ===(other) other.respond_to? :tag and @tag.equal? other.tag end
[Validate]
Generated with the Darkfish Rdoc Generator 2.