class RSpec::Matchers::BuiltIn::Compound

def initialize_copy(other)

def initialize_copy(other)
  @matcher_1 = @matcher_1.clone
  @matcher_2 = @matcher_2.clone
  super
end