From eef97c80fb197cf6c6bb14a2d0e80dc08d21fa5d Mon Sep 17 00:00:00 2001 From: keiju Date: Wed, 13 Apr 2005 15:27:09 +0000 Subject: * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bin/irb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/irb') diff --git a/bin/irb b/bin/irb index 309da5216..f277bc4b6 100644 --- a/bin/irb +++ b/bin/irb @@ -1,10 +1,10 @@ #!/usr/bin/env ruby # # irb.rb - intaractive ruby -# $Release Version: 0.7.3 $ +# $Release Version: 0.9.5 $ # $Revision$ # $Date$ -# by Keiju ISHITSUKA(keiju@ishitsuka.com) +# by Keiju ISHITSUKA(keiju@ruby-lang.org) # require "irb" -- cgit