duritong / trocla

A password store for password creation and retrieval
Other
76 stars 18 forks source link

Use camelize to create Format name. #4

Closed icy closed 12 years ago

icy commented 12 years ago

If there is format file foo_bar.rb, as usual the class name would be FooBar, not Foo_bar. This patch will simply support the Camelize form.

duritong commented 12 years ago

thanks, sorry for taking so long.