Mega Code Archive

 
Categories / Ruby / Development
 

ARGF ($) is a virtual concatenation of all the files that appear on the command line

while line = ARGF.gets  print line end