class RSpec::Matchers::BuiltIn::Compound

def matcher_supports_value_expectations?(matcher)

def matcher_supports_value_expectations?(matcher)
  matcher.supports_value_expectations?
rescue NoMethodError
  true
end