= private = protected
new(server, local_path)
Creates a DefaultFileHandler instance for the file at local_path.
# File lib/webrick/httpservlet/filehandler.rb, line 37 def initialize(server, local_path) super(server, local_path) @local_path = local_path end