class ActiveStorage::Transformers::Transformer
def process(file, format:) #:doc:
All subclasses implement this method.
Returns an open Tempfile containing a transformed image in the given +format+.
def process(file, format:) #:doc: raise NotImplementedError end