yarv-dev-en:148
From: SASADA Koichi <ko1 atdot.net>
Date: Thu, 20 Jul 2006 04:17:11 +0900
Subject: [yarv-dev-en:148] Re: Kernel#exec is not supported?
Hi, Following example works on my environment. I'll try it on Mac OSX. Please wait. Kent Sibilev wrote: > Hi, > > Is there any particular reason for > > $ ruby <<< 'exec "ls"' > -:1:in `exec': Operation not supported - ls (Errno::EOPNOTSUPP) > from -:1:in `<main>' > > My platform is > > $ irb > irb(main):001:0> RUBY_PLATFORM > => "i686-darwin8.7.1" > irb(main):002:0> YARVCore::VERSION > => "YARVCore 0.4.1" > -- // SASADA Koichi at atdot dot net -- ML: yarv-dev-en quickml.atdot.net Info: http://www.atdot.net/~ko1/quickml
147 2006-07-18 20:15 [ksruby gmail.com ] Kernel#exec is not supported? -> 148 2006-07-20 04:17 ┗[ko1 atdot.net ]