-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
StringLiteral.camelcase does not handle (lower: true) parameter #8291
Comments
Duplicate of #8292? |
yep, sorry for double post |
Reduced: {{"foo_bar".camelcase(lower: true)}} # => "FooBar" |
Do we want to support the same UX? Currently @straight-shoota @asterite thoughts? |
It's something nice to have, but I know it's a bit tedious to implement. |
Result:
Expected: handles lowercase and defines testColumn method
The text was updated successfully, but these errors were encountered: