summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-09 13:29:08 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-09 13:29:08 +0000
commit0d07bc203c421e9ebda8ef3ae50230f6b1866a71 (patch)
tree20fedffdb4722d757bbd234bf9b87e2c2fe20181
parentdf2965fa85d4267105c7ba3bf519168e68cf5cab (diff)
* lib/webrick/httpstatus.rb: require webrick/accesslog for AccessLog.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--lib/webrick/httpstatus.rb2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 358fe179e6..98b4d3187f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Nov 9 22:28:34 2014 Tanaka Akira <akr@fsij.org>
+
+ * lib/webrick/httpstatus.rb: require webrick/accesslog for AccessLog.
+
Sun Nov 9 21:03:59 2014 Tanaka Akira <akr@fsij.org>
* test/webrick: Fix the argument order of assert_equal.
diff --git a/lib/webrick/httpstatus.rb b/lib/webrick/httpstatus.rb
index 78abb1bf12..7ffda64cf0 100644
--- a/lib/webrick/httpstatus.rb
+++ b/lib/webrick/httpstatus.rb
@@ -8,6 +8,8 @@
#
# $IPR: httpstatus.rb,v 1.11 2003/03/24 20:18:55 gotoyuzo Exp $
+require 'webrick/accesslog'
+
module WEBrick
##