Sha256: 3f7c73ab40b3598a7adefbb5967de813c34620099d346ac9b9da2e6e8fe5f904
Contents?: true
Size: 144 Bytes
Versions: 3
Compression:
Stored size: 144 Bytes
Contents
module Syncano class UploadIO < Faraday::UploadIO def initialize(path) super path, File.mime_type?(File.new(path)) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
syncano-4.0.0.alpha4 | lib/syncano/upload_io.rb |
syncano-4.0.0.alpha3 | lib/syncano/upload_io.rb |
syncano-4.0.0.alpha2 | lib/syncano/upload_io.rb |