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/ext | |
| 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/ext')
| -rw-r--r-- | lib/irb/ext/change-ws.rb | 1 | ||||
| -rw-r--r-- | lib/irb/ext/history.rb | 1 | ||||
| -rw-r--r-- | lib/irb/ext/loader.rb | 1 | ||||
| -rw-r--r-- | lib/irb/ext/math-mode.rb | 1 | ||||
| -rw-r--r-- | lib/irb/ext/multi-irb.rb | 1 | ||||
| -rw-r--r-- | lib/irb/ext/save-history.rb | 1 | ||||
| -rw-r--r-- | lib/irb/ext/tracer.rb | 1 | ||||
| -rw-r--r-- | lib/irb/ext/use-loader.rb | 1 | ||||
| -rw-r--r-- | lib/irb/ext/workspaces.rb | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/lib/irb/ext/change-ws.rb b/lib/irb/ext/change-ws.rb index fff8f58fe..dd8f145b2 100644 --- a/lib/irb/ext/change-ws.rb +++ b/lib/irb/ext/change-ws.rb @@ -2,7 +2,6 @@ # irb/ext/cb.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- diff --git a/lib/irb/ext/history.rb b/lib/irb/ext/history.rb index 40f8692e8..a12700ce1 100644 --- a/lib/irb/ext/history.rb +++ b/lib/irb/ext/history.rb @@ -2,7 +2,6 @@ # history.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- diff --git a/lib/irb/ext/loader.rb b/lib/irb/ext/loader.rb index 837e2553a..2d4400cae 100644 --- a/lib/irb/ext/loader.rb +++ b/lib/irb/ext/loader.rb @@ -2,7 +2,6 @@ # loader.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- diff --git a/lib/irb/ext/math-mode.rb b/lib/irb/ext/math-mode.rb index bd443b96e..450a21eff 100644 --- a/lib/irb/ext/math-mode.rb +++ b/lib/irb/ext/math-mode.rb @@ -2,7 +2,6 @@ # math-mode.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- diff --git a/lib/irb/ext/multi-irb.rb b/lib/irb/ext/multi-irb.rb index 4589b1d55..9ad8f8b14 100644 --- a/lib/irb/ext/multi-irb.rb +++ b/lib/irb/ext/multi-irb.rb @@ -2,7 +2,6 @@ # irb/multi-irb.rb - multiple irb module # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- diff --git a/lib/irb/ext/save-history.rb b/lib/irb/ext/save-history.rb index 5260bfcdd..fdb0a74a8 100644 --- a/lib/irb/ext/save-history.rb +++ b/lib/irb/ext/save-history.rb @@ -3,7 +3,6 @@ # save-history.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKAkeiju@ruby-lang.org) # # -- diff --git a/lib/irb/ext/tracer.rb b/lib/irb/ext/tracer.rb index 805f630a4..df954af20 100644 --- a/lib/irb/ext/tracer.rb +++ b/lib/irb/ext/tracer.rb @@ -2,7 +2,6 @@ # irb/lib/tracer.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- diff --git a/lib/irb/ext/use-loader.rb b/lib/irb/ext/use-loader.rb index 1b4d480fc..3836275fc 100644 --- a/lib/irb/ext/use-loader.rb +++ b/lib/irb/ext/use-loader.rb @@ -2,7 +2,6 @@ # use-loader.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- diff --git a/lib/irb/ext/workspaces.rb b/lib/irb/ext/workspaces.rb index 79098570d..f3ae8d1ae 100644 --- a/lib/irb/ext/workspaces.rb +++ b/lib/irb/ext/workspaces.rb @@ -2,7 +2,6 @@ # push-ws.rb - # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- |
