Sha256: 8554b6eff5dea1afd7a9966bdf56801ac19567573f30cc26ae9a072028c2c291
Contents?: true
Size: 337 Bytes
Versions: 13
Compression:
Stored size: 337 Bytes
Contents
#This patch is to make the attachment_fu plugin work on Windows #It is not necessary for 'nix operating systems, though it is not known #to cause problems require 'tempfile' class Tempfile def size if @tmpfile @tmpfile.fsync # added this line @tmpfile.flush @tmpfile.stat.size else 0 end end end
Version data entries
13 entries across 13 versions & 1 rubygems