Class: RestClient::Payload::Streamed

Inherits:
Object
  • Object
show all
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

#closeObject



12
13
# File 'lib/cleversafe.rb', line 12

def close
end