dry-rb / dry-inflector

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

Added test cases for omitting multiple underscores from CamelCase strings #39

Closed postmodern closed 2 years ago

postmodern commented 3 years ago

The current code will omit multiple underscores from strings being converted to CamelCase, so it should have a test case.