Class: URI::HTTP
- Inherits:
-
Object
- Object
- URI::HTTP
- Defined in:
- lib/uri.rb
Constant Summary collapse
- REGEX =
/([^:]+):\/\/([^\/])\/([^?]*)\??(.*)/
Instance Method Summary collapse
-
#initialize(url) ⇒ HTTP
constructor
A new instance of HTTP.
- #to_s ⇒ Object
Constructor Details
Instance Method Details
#to_s ⇒ Object
17 18 19 |
# File 'lib/uri.rb', line 17 def to_s url end |