lib/inflectious/string.rb in inflectious-0.2.3 vs lib/inflectious/string.rb in inflectious-0.2.4

- old
+ new

@@ -3,10 +3,9 @@ inflections_with_names.collect(&:first) end def inflections_with_names returning out = [] do - out << [self, "self"] out << [singularize, "singularize"] out << [pluralize, "pluralize"] out << [participlize, "participlize"] out << [gerundize, "gerundize"] out << [gerundize.pluralize, "gerundize plural"] \ No newline at end of file