class method
self.new
Ruby on Rails 6.0.6
Since v4.0.13Signature
self.new()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/url.rb, line 185
def initialize
super
@protocol = nil
@port = nil
end
Defined in actionpack/lib/action_dispatch/http/url.rb line 185
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Http::URL