* lib/cgi.rb: remove needless condition for old ruby version.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4769a61b59
commit
b618b8685c
@ -1,3 +1,7 @@
|
|||||||
|
Thu Aug 7 15:13:13 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||||
|
|
||||||
|
* lib/cgi.rb: remove needless condition for old ruby version.
|
||||||
|
|
||||||
Thu Aug 7 06:04:49 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Thu Aug 7 06:04:49 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* parse.y (parser_yyerror): preserve source code encoding in
|
* parse.y (parser_yyerror): preserve source code encoding in
|
||||||
|
@ -10,8 +10,6 @@
|
|||||||
# Documentation: Wakou Aoyama (RDoc'd and embellished by William Webber)
|
# Documentation: Wakou Aoyama (RDoc'd and embellished by William Webber)
|
||||||
#
|
#
|
||||||
|
|
||||||
raise "Please, use ruby 1.9.0 or later." if RUBY_VERSION < "1.9.0"
|
|
||||||
|
|
||||||
# == Overview
|
# == Overview
|
||||||
#
|
#
|
||||||
# The Common Gateway Interface (CGI) is a simple protocol for passing an HTTP
|
# The Common Gateway Interface (CGI) is a simple protocol for passing an HTTP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user