Method: Url#initialize
- Defined in:
- lib/iron/web/url.rb
#initialize(str = nil) ⇒ Url
Returns a new instance of Url.
83 84 85 86 |
# File 'lib/iron/web/url.rb', line 83 def initialize(str = nil) @scheme = @port = @server = nil set(str) end |