diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-16 05:07:31 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-16 05:07:31 +0000 |
commit | 3e92b635fb5422207b7bbdc924e292e51e21f040 () | |
tree | 584f90b868188077c435bf144e15e66540a73acd /lib/webrick | |
parent | f6f7073e125ff903b77b8cb982a7417d96d51902 (diff) |
Add frozen_string_literal: false for all files
When you change this to true, you may need to add more tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
34 files changed, 34 insertions, 0 deletions
@@ -1,3 +1,4 @@ #-- # accesslog.rb -- Access log handling utilities # @@ -1,3 +1,4 @@ # # cgi.rb -- Yet another CGI library # @@ -1,3 +1,4 @@ # # compat.rb -- cross platform compatibility # @@ -1,3 +1,4 @@ # # config.rb -- Default configurations. # @@ -1,3 +1,4 @@ # # cookie.rb -- Cookie class # @@ -1,3 +1,4 @@ #-- # htmlutils.rb -- HTMLUtils Module # @@ -1,3 +1,4 @@ # # httpauth.rb -- HTTP access authentication # @@ -1,3 +1,4 @@ #-- # httpauth/authenticator.rb -- Authenticator mix-in module. # @@ -1,3 +1,4 @@ # # httpauth/basicauth.rb -- HTTP basic access authentication # @@ -1,3 +1,4 @@ # # httpauth/digestauth.rb -- HTTP digest access authentication # @@ -1,3 +1,4 @@ # # httpauth/htdigest.rb -- Apache compatible htdigest file # @@ -1,3 +1,4 @@ # # httpauth/htgroup.rb -- Apache compatible htgroup file # @@ -1,3 +1,4 @@ # # httpauth/htpasswd -- Apache compatible htpasswd file # @@ -1,3 +1,4 @@ #-- # httpauth/userdb.rb -- UserDB mix-in module. # @@ -1,3 +1,4 @@ # # httpproxy.rb -- HTTPProxy Class # @@ -1,3 +1,4 @@ # # httprequest.rb -- HTTPRequest Class # @@ -1,3 +1,4 @@ # # httpresponse.rb -- HTTPResponse Class # @@ -1,3 +1,4 @@ # # https.rb -- SSL/TLS enhancement for HTTPServer # @@ -1,3 +1,4 @@ # # httpserver.rb -- HTTPServer Class # @@ -1,3 +1,4 @@ # # httpservlet.rb -- HTTPServlet Utility File # @@ -1,3 +1,4 @@ # # httpservlet.rb -- HTTPServlet Module # @@ -1,3 +1,4 @@ # # cgi_runner.rb -- CGI launcher. # @@ -1,3 +1,4 @@ # # cgihandler.rb -- CGIHandler Class # @@ -1,3 +1,4 @@ # # erbhandler.rb -- ERBHandler Class # @@ -1,3 +1,4 @@ # # filehandler.rb -- FileHandler Module # @@ -1,3 +1,4 @@ # # prochandler.rb -- ProcHandler Class # @@ -1,3 +1,4 @@ #-- # httpstatus.rb -- HTTPStatus Class # @@ -1,3 +1,4 @@ # # httputils.rb -- HTTPUtils Module # @@ -1,3 +1,4 @@ #-- # HTTPVersion.rb -- presentation of HTTP version # @@ -1,3 +1,4 @@ #-- # log.rb -- Log Class # @@ -1,3 +1,4 @@ # # server.rb -- GenericServer Class # @@ -1,3 +1,4 @@ # # ssl.rb -- SSL/TLS enhancement for GenericServer # @@ -1,3 +1,4 @@ # # utils.rb -- Miscellaneous utilities # @@ -1,3 +1,4 @@ #-- # version.rb -- version and release date # |