module ActiveStorage::Blob::Analyzable

def analyzed?

Returns true if the blob has been analyzed.
def analyzed?
  analyzed
end