Class: Net::HTTP
- Inherits:
-
Object
- Object
- Net::HTTP
- Defined in:
- lib/obtainer/http.rb
Instance Method Summary collapse
Instance Method Details
#https!(uri) ⇒ Object
2 3 4 5 |
# File 'lib/obtainer/http.rb', line 2 def https! (uri) @use_ssl = (uri.scheme == 'https') self end |