class Bundler::SafeCatch::Internal::Result

def self.matcher(tag)

def self.matcher(tag)
  matcher = Matcher.dup
  matcher.tag = tag
  matcher
end

def initialize(tag, value)

def initialize(tag, value)
  @tag = tag
  @value = value
end