Closed vietqhoang closed 10 years ago
For example
Ve::PartOfSpeech::ProperNoun.name => "proper noun"
With the current implementation the following yields
Ve::PartOfSpeech::ProperNoun.name => "propernoun"
I tried looking into the Ruby documentation for humanizing strings with uppercase, but didn't find any. Therefore, the use of ugly regex.
Looks good to me! Thanks for contributing :D
For example
With the current implementation the following yields
I tried looking into the Ruby documentation for humanizing strings with uppercase, but didn't find any. Therefore, the use of ugly regex.