Hacker News new | ask | show | jobs
by cremno 5008 days ago
>Having to write out IO::SEEK_SET in Ruby really bothers me

You don't have to. The 2nd argument is optional and defaults to IO::SEEK_SET. (Source: http://www.ruby-doc.org/core-1.9.3/IO.html#method-i-seek)