Irb woe

for file in Dir[‘910???’] do
File.open(file, ‘r’) do |f|
f.each_line{|l|
puts l
process l
}
end
end

doesn’t appear to be processed well when entered into irb
This is a bug?
Thanks.
-r