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