mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
10ddce3833
commit
1bd34a09c9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class CGI
|
||||||
# Standard internet newline sequence
|
# Standard internet newline sequence
|
||||||
EOL = CR + LF
|
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)
|
NEEDS_BINMODE = true if /WIN/i.match(RUBY_PLATFORM)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue