Parent

Methods

Class/Module Index [+]

Quicksearch

Bundler::SafeCatch::Internal::Result

Attributes

tag[R]
value[R]

Public Class Methods

matcher(tag) click to toggle source
# File lib/bundler/safe_catch.rb, line 93
def self.matcher(tag)
  matcher = Matcher.dup
  matcher.tag = tag
  matcher
end
new(tag, value) click to toggle source
# File lib/bundler/safe_catch.rb, line 74
def initialize(tag, value)
  @tag = tag
  @value = value
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.