1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* tool/compile.rb, getrev.rb, runruby.rb: remove unused tools.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2007-12-24 07:06:03 +00:00
parent e5988f7404
commit 835c8d9d48
4 changed files with 4 additions and 84 deletions

View file

@ -1,4 +0,0 @@
require 'rbconfig'
$:.unshift File.join('.ext', Config::CONFIG['arch'])
$:.unshift '.ext'
load ARGV[0]