module RSpec::Matchers::Pretty

def to_word(item)

def to_word(item)
  is_matcher_with_description?(item) ? item.description : item.inspect
end