nellshamrell / snake_to_camel_case

7 stars 3 forks source link

Update case_converter.rb #1

Closed baroldgene closed 11 years ago

baroldgene commented 11 years ago

This should prevent you from double upper-casing something that's already camel case.

Example: "An_example" now becomes "AnExample" instead of "ANExample"

nellshamrell commented 11 years ago

Thanks so much! Merging in (sorry it took so long)!