lib/image_processing/chainable.rb in image_processing-1.0.0 vs lib/image_processing/chainable.rb in image_processing-1.1.0

- old
+ new

@@ -14,9 +14,13 @@ def saver(**options) branch saver: options end + def apply(operations) + operation :apply, operations + end + def custom(&block) operation :custom, block end def method_missing(name, *args)