summaryrefslogtreecommitdiff
path: root/libexec/irb
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/irb')
-rwxr-xr-xlibexec/irb11
1 files changed, 0 insertions, 11 deletions
diff --git a/libexec/irb b/libexec/irb
deleted file mode 100755
index c64ee85fbd..0000000000
--- a/libexec/irb
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env ruby
-#
-# irb.rb - interactive ruby
-# $Release Version: 0.9.6 $
-# $Revision$
-# by Keiju ISHITSUKA(keiju@ruby-lang.org)
-#
-
-require "irb"
-
-IRB.start(__FILE__)