gemhome / fnordmetric

(possible new home for) FnordMetric is a redis/ruby-based realtime Event-Tracking app
0 stars 1 forks source link

intern vs to_sym #21

Open bf4 opened 10 years ago

bf4 commented 10 years ago

Issue by imajes Tuesday May 15, 2012 at 19:45 GMT Originally opened as https://github.com/paulasmuth/fnordmetric/issues/79


Any specific reason you're using intern rather than just to_sym ?

bf4 commented 10 years ago

Comment by Edwardzyc Thursday Mar 21, 2013 at 15:31 GMT


It is the same. Why does it matter? Sure, to_sym is easier to read but intern looks better.