mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/webrick/httpservlet/filehandler.rb: fix documentation for namespace.
[fix GH-1219][ci skip] Patch by @leafac git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1a690ada1a
commit
65793c9c17
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Jan 25 09:32:25 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||
|
||||
* lib/webrick/httpservlet/filehandler.rb: fix documentation for namespace.
|
||||
[fix GH-1219][ci skip] Patch by @leafac
|
||||
|
||||
Sun Jan 24 19:34:23 2016 Eric Wong <e@80x24.org>
|
||||
|
||||
* vm_insnhelper.c (vm_check_if_namespace): tiny size reduction
|
||||
|
|
|
@ -151,7 +151,8 @@ module WEBrick
|
|||
#
|
||||
# Example:
|
||||
#
|
||||
# server.mount '/assets', WEBrick::FileHandler, '/path/to/assets'
|
||||
# server.mount('/assets', WEBrick::HTTPServlet::FileHandler,
|
||||
# '/path/to/assets')
|
||||
|
||||
class FileHandler < AbstractServlet
|
||||
HandlerTable = Hash.new # :nodoc:
|
||||
|
|
Loading…
Reference in a new issue