From 0d07bc203c421e9ebda8ef3ae50230f6b1866a71 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 9 Nov 2014 13:29:08 +0000 Subject: * 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 --- ChangeLog | 4 ++++ lib/webrick/httpstatus.rb | 2 ++ 2 files changed, 6 insertions(+) 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 + + * lib/webrick/httpstatus.rb: require webrick/accesslog for AccessLog. + Sun Nov 9 21:03:59 2014 Tanaka Akira * 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 ## -- cgit v1.2.3