module RSpec::Expectations::ExpectationHelper

def self.modern_matcher_from(matcher)

Other tags:
    Private: -
def self.modern_matcher_from(matcher)
  LegacyMatcherAdapter::RSpec2.wrap(matcher) ||
  LegacyMatcherAdapter::RSpec1.wrap(matcher) || matcher
end