summaryrefslogtreecommitdiff
path: root/lib/webrick
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 05:07:31 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-16 05:07:31 +0000
commit3e92b635fb5422207b7bbdc924e292e51e21f040 ()
tree584f90b868188077c435bf144e15e66540a73acd /lib/webrick
parentf6f7073e125ff903b77b8cb982a7417d96d51902 (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
-rw-r--r--lib/webrick/accesslog.rb1
-rw-r--r--lib/webrick/cgi.rb1
-rw-r--r--lib/webrick/compat.rb1
-rw-r--r--lib/webrick/config.rb1
-rw-r--r--lib/webrick/cookie.rb1
-rw-r--r--lib/webrick/htmlutils.rb1
-rw-r--r--lib/webrick/httpauth.rb1
-rw-r--r--lib/webrick/httpauth/authenticator.rb1
-rw-r--r--lib/webrick/httpauth/basicauth.rb1
-rw-r--r--lib/webrick/httpauth/digestauth.rb1
-rw-r--r--lib/webrick/httpauth/htdigest.rb1
-rw-r--r--lib/webrick/httpauth/htgroup.rb1
-rw-r--r--lib/webrick/httpauth/htpasswd.rb1
-rw-r--r--lib/webrick/httpauth/userdb.rb1
-rw-r--r--lib/webrick/httpproxy.rb1
-rw-r--r--lib/webrick/httprequest.rb1
-rw-r--r--lib/webrick/httpresponse.rb1
-rw-r--r--lib/webrick/https.rb1
-rw-r--r--lib/webrick/httpserver.rb1
-rw-r--r--lib/webrick/httpservlet.rb1
-rw-r--r--lib/webrick/httpservlet/abstract.rb1
-rw-r--r--lib/webrick/httpservlet/cgi_runner.rb1
-rw-r--r--lib/webrick/httpservlet/cgihandler.rb1
-rw-r--r--lib/webrick/httpservlet/erbhandler.rb1
-rw-r--r--lib/webrick/httpservlet/filehandler.rb1
-rw-r--r--lib/webrick/httpservlet/prochandler.rb1
-rw-r--r--lib/webrick/httpstatus.rb1
-rw-r--r--lib/webrick/httputils.rb1
-rw-r--r--lib/webrick/httpversion.rb1
-rw-r--r--lib/webrick/log.rb1
-rw-r--r--lib/webrick/server.rb1
-rw-r--r--lib/webrick/ssl.rb1
-rw-r--r--lib/webrick/utils.rb1
-rw-r--r--lib/webrick/version.rb1
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
#