class RSpec::Matchers::MatcherDelegator

def initialize_copy(other)

def initialize_copy(other)
  @base_matcher = @base_matcher.clone
  super
end