Source: show | on GitHub
# File ../ruby/lib/webrick/httpproxy.rb, line 28 def method_missing(meth, *args) if %w(scheme host port path query userinfo).member?(meth.to_s) return nil end super end