summaryrefslogtreecommitdiffstats
path: root/lib/cgi/core.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-10 17:45:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-10 17:45:23 +0000
commit3746f0071618242fe68c2268cdb2c10e480e50e9 (patch)
treeefc675c325e8ff65770ab3acfbb17b9e0562d067 /lib/cgi/core.rb
parent551c66846ce88efd45c353f2692eee4cc14410ef (diff)
downloadruby-3746f0071618242fe68c2268cdb2c10e480e50e9.tar.gz
ruby-3746f0071618242fe68c2268cdb2c10e480e50e9.tar.xz
ruby-3746f0071618242fe68c2268cdb2c10e480e50e9.zip
properties.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/cgi/core.rb')
-rw-r--r--lib/cgi/core.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cgi/core.rb b/lib/cgi/core.rb
index 07eedc12f..e5424f5e3 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)