From: botp Date: 2010-05-13T23:44:29+09:00 Subject: Re: reading file after a particular line in file 2010/5/13 Une Bévue : > coud that trick be used for start and stop tags ? like : > > File.foreach "myfile" do |line| >   if /     puts line >   end > end yes. but like every case, you should test it. kind regards -botp