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