diff options
| author | keiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-13 15:27:09 +0000 |
|---|---|---|
| committer | keiju <keiju@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-04-13 15:27:09 +0000 |
| commit | eef97c80fb197cf6c6bb14a2d0e80dc08d21fa5d (patch) | |
| tree | 44dc0e11d46e0083f3f1b0a5b1789051f2b07e13 /lib/irb/cmd | |
| parent | b40177f65544056461381229c672d9a8f3a9a389 (diff) | |
| download | ruby-eef97c80fb197cf6c6bb14a2d0e80dc08d21fa5d.tar.gz ruby-eef97c80fb197cf6c6bb14a2d0e80dc08d21fa5d.tar.xz ruby-eef97c80fb197cf6c6bb14a2d0e80dc08d21fa5d.zip | |
* 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
Diffstat (limited to 'lib/irb/cmd')
| -rw-r--r-- | lib/irb/cmd/chws.rb | 4 | ||||
| -rw-r--r-- | lib/irb/cmd/fork.rb | 16 | ||||
| -rw-r--r-- | lib/irb/cmd/load.rb | 4 | ||||
| -rw-r--r-- | lib/irb/cmd/nop.rb | 4 | ||||
| -rw-r--r-- | lib/irb/cmd/pushws.rb | 4 | ||||
| -rw-r--r-- | lib/irb/cmd/subirb.rb | 4 |
6 files changed, 25 insertions, 11 deletions
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<Nop def execute(&block) - pid = send(ExtendCommand.irb_original_method_name("fork")) + pid = send ExtendCommand.irb_original_method_name("fork") unless pid class<<self alias_method :exit, ExtendCommand.irb_original_method_name('exit') diff --git a/lib/irb/cmd/load.rb b/lib/irb/cmd/load.rb index 99d20f500..cbc5d91d0 100644 --- a/lib/irb/cmd/load.rb +++ b/lib/irb/cmd/load.rb @@ -1,9 +1,9 @@ # # load.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/nop.rb b/lib/irb/cmd/nop.rb index 73c52b1aa..aa553c959 100644 --- a/lib/irb/cmd/nop.rb +++ b/lib/irb/cmd/nop.rb @@ -1,9 +1,9 @@ # # nop.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/pushws.rb b/lib/irb/cmd/pushws.rb index 0d8130d5c..eddaeae63 100644 --- a/lib/irb/cmd/pushws.rb +++ b/lib/irb/cmd/pushws.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/subirb.rb b/lib/irb/cmd/subirb.rb index 7899f1bb4..79d654b17 100644 --- a/lib/irb/cmd/subirb.rb +++ b/lib/irb/cmd/subirb.rb @@ -1,10 +1,10 @@ #!/usr/local/bin/ruby # # multi.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) # # -- # |
