class RSpec::Expectations::BlockExpectationTarget

def description_of(matcher)

def description_of(matcher)
  matcher.description
rescue NoMethodError
  matcher.inspect
end