diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-10 17:45:23 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-10 17:45:23 +0000 |
commit | 1bd34a09c9f2d5c6f60b242ce4ee580ce90449f1 (patch) | |
tree | efc675c325e8ff65770ab3acfbb17b9e0562d067 /lib/cgi/core.rb | |
parent | 10ddce38336d50633a4968eef42000e95a0f2d0f (diff) | |
download | ruby-1bd34a09c9f2d5c6f60b242ce4ee580ce90449f1.tar.gz |
properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/cgi/core.rb')
-rw-r--r-- | lib/cgi/core.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cgi/core.rb b/lib/cgi/core.rb index 07eedc12f1..e5424f5e34 100644 --- a/lib/cgi/core.rb +++ b/lib/cgi/core.rb @@ -11,7 +11,7 @@ class CGI # Standard internet newline sequence EOL = CR + LF - REVISION = '$Id: cgi.rb 19245 2008-09-08 13:27:17Z xibbar $' #:nodoc: + REVISION = '$Id$' #:nodoc: NEEDS_BINMODE = true if /WIN/i.match(RUBY_PLATFORM) |