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