class RSpec::Matchers::BuiltIn::Compound

def supports_block_expectations?

Other tags:
    Api: - private
def supports_block_expectations?
  matcher_supports_block_expectations?(matcher_1) &&
  matcher_supports_block_expectations?(matcher_2)
end