summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
Diffstat (limited to 'sample')
-rw-r--r--sample/irb.rb12
1 files changed, 3 insertions, 9 deletions
diff --git a/sample/irb.rb b/sample/irb.rb
index 6746c59d42..58f3699139 100644
--- a/sample/irb.rb
+++ b/sample/irb.rb
@@ -1,19 +1,13 @@
#!/usr/bin/env ruby
#
# irb.rb - intaractive ruby
-# $Release Version: 0.6 $
+# $Release Version: 0.7.3 $
# $Revision$
# $Date$
-# by Keiju ISHITSUKA(Nippon Rational Inc.)
-#
-# --
-# Usage:
-#
-# irb.rb [options] file_name opts
-#
+# by Keiju ISHITSUKA(keiju@ishitsuka.com)
#
-require "irb/main"
+require "irb"
if __FILE__ == $0
IRB.start(__FILE__)