# File lib/dragonfly/image_magick/processor.rb, line 80 def rotate(temp_object, amount, opts={}) opts = Dragonfly::Utils.symbolize_keys(opts) convert(temp_object, "-rotate #{amount}#{opts[:qualifier]}") end