From: Justin To Date: 2008-06-30T10:16:47+09:00 Subject: File question Hi, just wondering how I would skip the first line of a file? File.open('file.txt', 'r').each do |line| # start on the 2nd line end Thanks! -- Posted via http://www.ruby-forum.com/.