Method: Rack::Deflater::GzipStream#close
- Defined in:
- lib/rack/deflater.rb
#close ⇒ Object
Close the original body if possible.
114 115 116 |
# File 'lib/rack/deflater.rb', line 114 def close @body.close if @body.respond_to?(:close) end |