module ActiveStorage::Blob::Analyzable

def analyzer

def analyzer
  analyzer_class.new(self)
end