diff options
author | keiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-20 12:38:58 +0000 |
---|---|---|
committer | keiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-03-20 12:38:58 +0000 |
commit | 42a81120e510c2c2fb7822ff4d5738db6ba392bf () | |
tree | 3f6024dcb1fe3a3ca6b3fd613f436fd99c80c80c /lib/shell/system-command.rb | |
parent | d9d838a45beff13576e4fba42e0d5b611d0df706 (diff) |
* lib/shell.rb, lib/shell: support for ruby 1.9(YARV) thread model.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/shell/system-command.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ # # shell/system-command.rb - -# $Release Version: 0.6.0 $ # $Revision$ # $Date$ -# by Keiju ISHITSUKA(Nihon Rational Software Co.,Ltd) # # -- # |