diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-24 07:06:03 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-24 07:06:03 +0000 |
commit | fc674b11d256af86cf16d37f82e87fc72edf9ae1 (patch) | |
tree | e8a035cacbf9cbcaaf8fa77fcbbfa18ce0240286 /tool/runruby.rb | |
parent | 481d5ea7bbeb203e1ffac109dfc85fa93e65b3d8 (diff) | |
download | ruby-fc674b11d256af86cf16d37f82e87fc72edf9ae1.tar.gz ruby-fc674b11d256af86cf16d37f82e87fc72edf9ae1.tar.xz ruby-fc674b11d256af86cf16d37f82e87fc72edf9ae1.zip |
* tool/compile.rb, getrev.rb, runruby.rb: remove unused tools.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/runruby.rb')
-rw-r--r-- | tool/runruby.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tool/runruby.rb b/tool/runruby.rb deleted file mode 100644 index 9de75cd38..000000000 --- a/tool/runruby.rb +++ /dev/null @@ -1,4 +0,0 @@ -require 'rbconfig' -$:.unshift File.join('.ext', Config::CONFIG['arch']) -$:.unshift '.ext' -load ARGV[0] |