From: Felipe Contreras Date: 2007-05-20T05:29:51+09:00 Subject: Re: run a command on shell with ruby On 5/19/07, Corpus Callosum wrote: > hi guys, > > i want to run a command with a ruby programme. for example, assume that > i have a ruby script and when run its, it make "apt-get install gaim" > command run.. > > what is the method or way of that ? > thanks system? http://www.ruby-doc.org/core/classes/Kernel.html#M005960 -- Felipe Contreras