# File lib/rspec/matchers/pretty.rb, line 37
      def to_word(item)
        item.respond_to?(:description) ? item.description : item.inspect
      end