method

new

rails latest stable - Class: ActionDispatch::Response::FileBody
new(path)
public

No documentation available.

# File actionpack/lib/action_dispatch/http/response.rb, line 341
      def initialize(path)
        @to_path = path
      end