------ art_23979_13322796.1173851398543
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
though the system command is working both ways
as
system('date')
On 3/14/07, Kent Sibilev <ksruby / gmail.com> wrote:
>
> Does anyone know how to explain this:
>
> $ irb
> >> exec 'date'
> Wed Mar 14 01:38:11 EDT 2007
> $ irb
> >> Thread.new {}
>