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 --- lib/irb/cmd/chws.rb | 4 ++-- lib/irb/cmd/fork.rb | 16 +++++++++++++++- lib/irb/cmd/load.rb | 4 ++-- lib/irb/cmd/nop.rb | 4 ++-- lib/irb/cmd/pushws.rb | 4 ++-- lib/irb/cmd/subirb.rb | 4 ++-- 6 files changed, 25 insertions(+), 11 deletions(-) (limited to 'lib/irb/cmd') diff --git a/lib/irb/cmd/chws.rb b/lib/irb/cmd/chws.rb index 84f06014b..88585b778 100644 --- a/lib/irb/cmd/chws.rb +++ b/lib/irb/cmd/chws.rb @@ -1,9 +1,9 @@ # # change-ws.rb - -# $Release Version: 0.9$ +# $Release Version: 0.9.5$ # $Revision$ # $Date$ -# by Keiju ISHITSUKA(Nihon Rational Software Co.,Ltd) +# by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- # diff --git a/lib/irb/cmd/fork.rb b/lib/irb/cmd/fork.rb index 30024dc5e..2866b1373 100644 --- a/lib/irb/cmd/fork.rb +++ b/lib/irb/cmd/fork.rb @@ -1,9 +1,23 @@ +# +# fork.rb - +# $Release Version: 0.9.5 $ +# $Revision$ +# $Date$ +# by Keiju ISHITSUKA(keiju@ruby-lang.org) +# +# -- +# +# +# + +@RCS_ID='-$Id$-' + module IRB module ExtendCommand class Fork