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