class RSpec::Matchers::BuiltIn::Compound

def supports_value_expectations?

Other tags:
    Api: - private
def supports_value_expectations?
  matcher_supports_value_expectations?(matcher_1) &&
  matcher_supports_value_expectations?(matcher_2)
end