aboutsummaryrefslogtreecommitdiffstats
path: root/tool/runruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/runruby.rb')
-rw-r--r--tool/runruby.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/tool/runruby.rb b/tool/runruby.rb
deleted file mode 100644
index 9de75cd388..0000000000
--- a/tool/runruby.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-require 'rbconfig'
-$:.unshift File.join('.ext', Config::CONFIG['arch'])
-$:.unshift '.ext'
-load ARGV[0]