filterfish / smith2

A complete rewrite of Smith
12 stars 7 forks source link

Replace Extlib with Inflecto #51

Open maetl opened 8 years ago

maetl commented 8 years ago

It looks like Extlib is being included specifically for its string transformations API. Inflecto is a smaller Gem which provides the same functionality and means that the whole of Extlib doesn’t need to be loaded to get a small subset of features.

Another consequence is that there’s no monkeypatching of the core string class.

Warning: I need to test this more thoroughly to confirm that it works. Just want to get feedback on whether this is a good idea or not.