diff options
Diffstat (limited to 'libexec/irb')
| -rwxr-xr-x | libexec/irb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libexec/irb b/libexec/irb deleted file mode 100755 index 12f41e4f0a..0000000000 --- a/libexec/irb +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env ruby -# -# irb.rb - interactive ruby -# by Keiju ISHITSUKA(keiju@ruby-lang.org) -# - -require "irb" - -IRB.start(__FILE__) |
