Method: ActionDispatch::Http::URL#initialize
- Defined in:
- lib/action_dispatch/http/url.rb
#initialize ⇒ Object
179 180 181 182 183 |
# File 'lib/action_dispatch/http/url.rb', line 179 def initialize super @protocol = nil @port = nil end |