Method: HTTPX::Response::Buffer#close
- Defined in:
- lib/httpx/response/buffer.rb
#close ⇒ Object
closes the buffer.
69 70 71 72 |
# File 'lib/httpx/response/buffer.rb', line 69 def close @buffer.close @buffer.unlink if @buffer.respond_to?(:unlink) end |