class RSpec::Matchers::BuiltIn::All

def initialize_copy(other)

def initialize_copy(other)
  @matcher = @matcher.clone
  @failed_objects = @failed_objects.clone
  super
end