Module: BundleUpdateInteractive::HTTP
- Defined in:
- lib/bundle_update_interactive/http.rb
Defined Under Namespace
Modules: Success
Class Method Summary collapse
Class Method Details
.get(url) ⇒ Object
15 16 17 |
# File 'lib/bundle_update_interactive/http.rb', line 15 def get(url) http(:get, url) end |
.head(url) ⇒ Object
19 20 21 |
# File 'lib/bundle_update_interactive/http.rb', line 19 def head(url) http(:head, url) end |