Method: ICFS::StoreS3#tempfile
- Defined in:
- lib/icfs/store_s3.rb
#tempfile ⇒ Tempfile
Get a Tempfile to use to write files
83 84 85 |
# File 'lib/icfs/store_s3.rb', line 83 def tempfile Tempfile.new('tmp', encoding: 'ascii-8bit') end |