Method: URI::HTTP#initialize
- Defined in:
- lib/vendor/addressable/spec/addressable/uri_spec.rb
#initialize(uri) ⇒ HTTP
Returns a new instance of HTTP.
54 55 56 |
# File 'lib/vendor/addressable/spec/addressable/uri_spec.rb', line 54 def initialize(uri) @uri = uri end |