ARGF ($<) is a virtual concatenation of all the files that appear on the command line.
while line = ARGF.gets print line end