instance method
close
Ruby on Rails 5.2.8.1
Since v3.1.12Signature
close()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/http/response.rb, line 364
def close
stream.close if stream.respond_to?(:close)
end
Defined in actionpack/lib/action_dispatch/http/response.rb line 364
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Response