method

analyzer

rails latest stable - Class: ActiveStorage::Blob::Analyzable
analyzer()
private

No documentation available.

# File activestorage/app/models/active_storage/blob/analyzable.rb, line 55
    def analyzer
      analyzer_class.new(self)
    end