From: "amir e." Date: 2011-08-14T23:37:03+09:00 Subject: Problem with Files Hi I don't understand meaning of thing that , this code return : File.open("a.txt")do |i| puts i end please explain me. and please explain me what is the difference between that code and below code : File.open("a.txt").each do |i| puts i end thanks -- Posted via http://www.ruby-forum.com/.