# File lib/dragonfly/image_magick/analyser.rb, line 16
      def aspect_ratio(temp_object)
        attrs = identify(temp_object)
        attrs[:width].to_f / attrs[:height]
      end