From 859a7a92775a84f118a063e5afba4580c7d6d0df Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 30 Apr 2001 17:54:55 +0000 Subject: Merge from irb 0.7.3. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/irb.rb | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'sample') 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__) -- cgit v1.2.3