method
new
v1_9_2_180 -
Show latest stable
- Class:
WEBrick::HTTPServlet::DefaultFileHandler
new(server, local_path)public
No documentation available.
# File lib/webrick/httpservlet/filehandler.rb, line 22
def initialize(server, local_path)
super(server, local_path)
@local_path = local_path
end