Make our Quickfile's always binary mode
git-svn-id: file:///home/svn/framework3/trunk@10649 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
026d411660
commit
2d425d2e67
|
@ -43,6 +43,7 @@ end
|
|||
class Quickfile < ::Tempfile
|
||||
def initialize(*args)
|
||||
super(*args)
|
||||
self.binmode
|
||||
ObjectSpace.undefine_finalizer(self)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue