antirez / lamernews

Lamer News -- an HN style social news site written in Ruby/Sinatra/Redis/JQuery
http://lamernews.com
Other
1.35k stars 200 forks source link

Fix: remove all hash rocket to newer hash style #147

Closed huydx closed 7 years ago

huydx commented 11 years ago

Simple fix to kill all hash rocket style

:a => b

to newer ruby hash style

a: b

Review on Reviewable