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