File Directory Ruby

File.open("text.txt") do |f|
  2.times { puts f.gets }
end