Method: Rack::Response#close

Defined in:
lib/rack/response.rb

#closeObject



107
108
109
# File 'lib/rack/response.rb', line 107

def close
  body.close if body.respond_to?(:close)
end