Mon-Ouie / coolline

Simple readline-like tool able to change representation of input
Other
82 stars 14 forks source link

Remove call to IO#lines #12

Closed davidcelis closed 11 years ago

davidcelis commented 11 years ago

In Ruby 2.0.0, IO#lines is deprecated. Coolline has therefore started to throw deprecation warnings. Remove the call to IO#lines to reduce deprecation noise.

Signed-off-by: David Celis me@davidcel.is