Closed abinoam closed 7 years ago
A work in progress. Don't merge yet!
Resolves #19
Now it is possible to do this:
inflector = Flexus.new inflector.inflections do |inflect| inflect.plural(/\z/, 'zishes') end inflector.pluralize("dog") #=> "dogzishes" Flexus.pluralize("dog") #=> "dogs"
@Ptico, I'm merging this as it's backward compatible. Let us let the house clean before we go!
A work in progress. Don't merge yet!
Resolves #19
Now it is possible to do this: