module RSpec::Support

def self.is_a_matcher?(object)

Other tags:
    Private: -
def self.is_a_matcher?(object)
  matcher_definitions.any? { |md| md.call(object) }
end