Methods

Class/Module Index [+]

Quicksearch

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

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.

Attributes

tag[RW]

Public Class Methods

===(other) click to toggle source
# 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.