You've already forked image_processing
mirror of
https://github.com/usetrmnl/image_processing.git
synced 2026-04-29 13:33:11 -07:00
[minimagick] Don't print old API deprecation warning twice for IO objects
This commit is contained in:
@@ -21,7 +21,7 @@ module ImageProcessing
|
||||
instance_exec(file, *args, block, &body)
|
||||
else
|
||||
Utils.copy_to_tempfile(file) do |tempfile|
|
||||
send(name, tempfile, *args, &block)
|
||||
instance_exec(tempfile, *args, block, &body)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user