properties.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2008-09-10 17:45:23 +00:00
parent 10ddce3833
commit 1bd34a09c9
1 changed files with 1 additions and 1 deletions

View File

@ -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)