method
new
rails latest stable - Class:
ActiveStorage::Transformers::Transformer
new(transformations)public
No documentation available.
# File activestorage/lib/active_storage/transformers/transformer.rb, line 16
def initialize(transformations)
@transformations = transformations
end