# File lib/spec/matchers.rb, line 144
      def generated_description
        last_should.nil? ? nil :
          "#{last_should} #{last_matcher.respond_to?(:description) ? last_matcher.description : 'NO NAME'}"
      end