class ActionDispatch::Response::FileBody

def initialize(path)

def initialize(path)
  @to_path = path
end