Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Omit dashes from camelcase #40

Merged
merged 2 commits into from
Dec 6, 2021

Conversation

postmodern
Copy link
Contributor

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.

@postmodern postmodern requested a review from solnic as a code owner August 25, 2021 00:39
@solnic solnic merged commit 1819631 into dry-rb:master Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants