method
new
v4.2.1 -
Show latest stable
- Class:
ActionDispatch::Http::URL
new(env)public
No documentation available.
# File actionpack/lib/action_dispatch/http/url.rb, line 169
def initialize(env)
super
@protocol = nil
@port = nil
end