# File lib/dragonfly/processing/r_magick_processor.rb, line 46 def flip(temp_object) rmagick_image(temp_object) do |image| image.flip! end end