class RSpec::Expectations::LegacyMatcherAdapter

def self.wrap(matcher)

def self.wrap(matcher)
  new(matcher) if interface_matches?(matcher)
end