lib/active_storage/transformers/transformer.rb in activestorage-6.1.7.10 vs lib/active_storage/transformers/transformer.rb in activestorage-7.0.0.alpha1

- old
+ new

@@ -29,10 +29,10 @@ end private # Returns an open Tempfile containing a transformed image in the given +format+. # All subclasses implement this method. - def process(file, format:) #:doc: + def process(file, format:) # :doc: raise NotImplementedError end end end end