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