class RSpec::Expectations::BlockExpectationTarget
def supports_block_expectations?(matcher)
def supports_block_expectations?(matcher) matcher.supports_block_expectations? rescue NoMethodError false end
def supports_block_expectations?(matcher) matcher.supports_block_expectations? rescue NoMethodError false end