1 # -*- encoding: binary -*-
2 # here are internal implementation details, do not rely on them in your code
4 require 'mogilefs/http_file'
6 class MogileFS::NewFile::Tempfile < Tempfile
8 @mogilefs_httpfile_args = args
9 super("mogilefs-client")
15 tmp = MogileFS::HTTPFile.new(*@mogilefs_httpfile_args)