Class: RestClient::Payload::Streamed
- Inherits:
-
Object
- Object
- RestClient::Payload::Streamed
- Defined in:
- lib/cleversafe.rb
Overview
Monkeypatch RestClient to prevent it from closing IO objects after they’re uploaded, which it really shouldn’t do.
Instance Method Summary collapse
Instance Method Details
#close ⇒ Object
12 13 |
# File 'lib/cleversafe.rb', line 12 def close end |