dry-rb / dry-inflector

Inflector for Ruby
https://dry-rb.org/gems/dry-inflector
MIT License
95 stars 15 forks source link

Camelize `json` returns `Json` #16

Closed GustavoCaso closed 6 years ago

GustavoCaso commented 6 years ago

We should provide a way for making these abbreviations or acronym to return the correct word.

In this case JSON

Ptico commented 6 years ago

I'm planning to implement acronyms support as soon as we will agree on https://discourse.dry-rb.org/t/dry-inflector-future-api/398

Ptico commented 6 years ago

@GustavoCaso From the other side, nothing blocks me to do this right now. Will PR it soon

GustavoCaso commented 6 years ago

We can close these issue it was addressed with #22