class RSpec::Matchers::BuiltIn::All

def initialize(matcher)

def initialize(matcher)
  @matcher = matcher
  @failed_objects = {}
end