class WEBrick::HTTPServer::MountTable
Public Class Methods
() → void
Source
# File vendor/bundle/ruby/4.0.0/gems/webrick-1.9.2/sig/httpserver.rbs, line 54
def initialize: () -> void
Public Instance Methods
# File vendor/bundle/ruby/4.0.0/gems/webrick-1.9.2/sig/httpserver.rbs, line 56
def []: (String dir) -> value_type
# File vendor/bundle/ruby/4.0.0/gems/webrick-1.9.2/sig/httpserver.rbs, line 58
def []=: (String dir, value_type val) -> value_type
() → void
Source
# File vendor/bundle/ruby/4.0.0/gems/webrick-1.9.2/sig/httpserver.rbs, line 66
def compile: () -> void
# File vendor/bundle/ruby/4.0.0/gems/webrick-1.9.2/sig/httpserver.rbs, line 60
def delete: (String dir) -> value_type
# File vendor/bundle/ruby/4.0.0/gems/webrick-1.9.2/sig/httpserver.rbs, line 68
def normalize: (String dir) -> String