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