class RSpec::Matchers::BuiltIn::Compound

def matcher_supports_block_expectations?(matcher)

def matcher_supports_block_expectations?(matcher)
  matcher.supports_block_expectations?
rescue NoMethodError
  false
end