ruby-changes:36265
From: akr <ko1@a...>
Date: Sun, 9 Nov 2014 22:29:23 +0900 (JST)
Subject: [ruby-changes:36265] akr:r48346 (trunk): * lib/webrick/httpstatus.rb: require webrick/accesslog for AccessLog.
akr 2014-11-09 22:29:08 +0900 (Sun, 09 Nov 2014) New Revision: 48346 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48346 Log: * lib/webrick/httpstatus.rb: require webrick/accesslog for AccessLog. Modified files: trunk/ChangeLog trunk/lib/webrick/httpstatus.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 48345) +++ ChangeLog (revision 48346) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sun Nov 9 22:28:34 2014 Tanaka Akira <akr@f...> + + * lib/webrick/httpstatus.rb: require webrick/accesslog for AccessLog. + Sun Nov 9 21:03:59 2014 Tanaka Akira <akr@f...> * test/webrick: Fix the argument order of assert_equal. Index: lib/webrick/httpstatus.rb =================================================================== --- lib/webrick/httpstatus.rb (revision 48345) +++ lib/webrick/httpstatus.rb (revision 48346) @@ -8,6 +8,8 @@ https://github.com/ruby/ruby/blob/trunk/lib/webrick/httpstatus.rb#L8 # # $IPR: httpstatus.rb,v 1.11 2003/03/24 20:18:55 gotoyuzo Exp $ +require 'webrick/accesslog' + module WEBrick ## -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/