You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package named abc_def should be generated to AbcDef module, instead of Abc_def, shouldn't it?
I checked this issue: #81 (comment), but the case of the package name was not mentioned there.
The text was updated successfully, but these errors were encountered:
manhdaovan
changed the title
snake_case to CamelCase in case of package name.
Generate module name: snake_case to CamelCase in case of package name.
Oct 7, 2019
Looking closer, we do have tests that enforce this behavior. That is, I see tests failing when I change the modulize helper method to use camelize. I still think we should fix this, though.
For instance, i have:
Then, when generating ruby source, i got:
The package named
abc_def
should be generated toAbcDef
module, instead ofAbc_def
, shouldn't it?I checked this issue: #81 (comment), but the case of the package name was not mentioned there.
The text was updated successfully, but these errors were encountered: