Closed dineshraj closed 9 years ago
Changes lines.each to each_line because the former is deprecated as of Ruby 2.0
lines.each
each_line
+1
I will review this in the evening to ensure there are no issues. Good catch.
Since there was delay on merging I pulled down locally and double checked on a couple versions. Everything looks good. Thanks!
Changes
lines.each
toeach_line
because the former is deprecated as of Ruby 2.0