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