scottohara / loot

An implementation of some of the core MS Money features in Ruby on Rails
MIT License
4 stars 3 forks source link

Change old school fat-arrow syntax to new style #59

Closed scottohara closed 9 years ago

scottohara commented 10 years ago

Old

:some_thing => :something_else

New

some_thing: :something_else