diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-06 15:49:38 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-06 15:49:38 +0000 |
| commit | 4a04d60ae569a9112b3501acc0d0f0f833ce64fd (patch) | |
| tree | 9fcfbc7b5c0615216daa6c58bd08a31d26fb304f /lib/irb/cmd | |
| parent | 0ca1521bef49a550d35faf1f2466113ac1c69492 (diff) | |
| download | ruby-4a04d60ae569a9112b3501acc0d0f0f833ce64fd.tar.gz ruby-4a04d60ae569a9112b3501acc0d0f0f833ce64fd.tar.xz ruby-4a04d60ae569a9112b3501acc0d0f0f833ce64fd.zip | |
* $Date$ keyword removed to avoid inclusion of locale dependent
string.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/irb/cmd')
| -rw-r--r-- | lib/irb/cmd/chws.rb | 1 | ||||
| -rw-r--r-- | lib/irb/cmd/fork.rb | 1 | ||||
| -rw-r--r-- | lib/irb/cmd/help.rb | 1 | ||||
| -rw-r--r-- | lib/irb/cmd/load.rb | 1 | ||||
| -rw-r--r-- | lib/irb/cmd/nop.rb | 1 | ||||
| -rw-r--r-- | lib/irb/cmd/pushws.rb | 1 | ||||
| -rw-r--r-- | lib/irb/cmd/subirb.rb | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/lib/irb/cmd/chws.rb b/lib/irb/cmd/chws.rb index 88585b778..c2db7e5d9 100644 --- a/lib/irb/cmd/chws.rb +++ b/lib/irb/cmd/chws.rb @@ -2,7 +2,6 @@ # change-ws.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- diff --git a/lib/irb/cmd/fork.rb b/lib/irb/cmd/fork.rb index 2866b1373..6f4133c04 100644 --- a/lib/irb/cmd/fork.rb +++ b/lib/irb/cmd/fork.rb @@ -2,7 +2,6 @@ # fork.rb - # $Release Version: 0.9.5 $ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- diff --git a/lib/irb/cmd/help.rb b/lib/irb/cmd/help.rb index 3e8d1388e..8e0b0586f 100644 --- a/lib/irb/cmd/help.rb +++ b/lib/irb/cmd/help.rb @@ -2,7 +2,6 @@ # help.rb - helper using ri # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # # -- # diff --git a/lib/irb/cmd/load.rb b/lib/irb/cmd/load.rb index cbc5d91d0..cda9a053f 100644 --- a/lib/irb/cmd/load.rb +++ b/lib/irb/cmd/load.rb @@ -2,7 +2,6 @@ # load.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- diff --git a/lib/irb/cmd/nop.rb b/lib/irb/cmd/nop.rb index aa553c959..0b68098d4 100644 --- a/lib/irb/cmd/nop.rb +++ b/lib/irb/cmd/nop.rb @@ -2,7 +2,6 @@ # nop.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- diff --git a/lib/irb/cmd/pushws.rb b/lib/irb/cmd/pushws.rb index eddaeae63..b5b41501a 100644 --- a/lib/irb/cmd/pushws.rb +++ b/lib/irb/cmd/pushws.rb @@ -2,7 +2,6 @@ # change-ws.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- diff --git a/lib/irb/cmd/subirb.rb b/lib/irb/cmd/subirb.rb index 79d654b17..5eccf9f2c 100644 --- a/lib/irb/cmd/subirb.rb +++ b/lib/irb/cmd/subirb.rb @@ -3,7 +3,6 @@ # multi.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- |
