Method: Rack::Response#close

Defined in:
lib/rack/response.rb

#closeObject


152
153
154
# File 'lib/rack/response.rb', line 152

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