method
new
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::Response::FileBody
new(path)public
No documentation available.
# File actionpack/lib/action_dispatch/http/response.rb, line 405
def initialize(path)
@to_path = path
end