From: pere.noel@... (=?ISO-8859-1?Q?Une_b=E9vue?=) Date: 2006-08-13T00:05:12+09:00 Subject: Re: gets give me last arg of script ??? Logan Capaldo wrote: > > Kernel#gets (what you get when you just use gets) calls ARGF.gets. > ARGF is a magic IO object that lets your script have a cli api > similar to apps like 'cat'. You can check the docs for details, but > basically what you want to use is $stdin.gets or STDIN.gets not plain > old gets ok fine thanks ;-) -- une b�vue