dry-rb / dry-inflector

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

Omit dashes from camelcase #40

Closed postmodern closed 2 years ago

postmodern commented 3 years ago

The internal_camelize method should omit dashes from strings being converted to CamelCase, as CamelCase does not typically allow dashes. Thus, treat dashes in the same way as underscores and omit them.