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 | 6cdef2dc7e8a4098727de5befff8b2496fa71430 (patch) | |
tree | 9fcfbc7b5c0615216daa6c58bd08a31d26fb304f /lib/irb/init.rb | |
parent | f38cc001a7ca64f7f613b5021b1714a2ee3318cb (diff) | |
download | ruby-6cdef2dc7e8a4098727de5befff8b2496fa71430.tar.gz |
* $Date$ keyword removed to avoid inclusion of locale dependent
string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/irb/init.rb')
-rw-r--r-- | lib/irb/init.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/irb/init.rb b/lib/irb/init.rb index 3b455ec582..84d2e9e76f 100644 --- a/lib/irb/init.rb +++ b/lib/irb/init.rb @@ -2,7 +2,6 @@ # irb/init.rb - irb initialize module # $Release Version: 0.9.5$ # $Revision$ -# $Date$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # # -- |