module Shrine::Plugins::DetermineMimeType::InstanceMethods

Private Instance Methods

extract_mime_type(io) click to toggle source

Calls the configured MIME type analyzer.

# File lib/shrine/plugins/determine_mime_type.rb, line 70
def extract_mime_type(io)
  self.class.determine_mime_type(io)
end