# File lib/dragonfly/image_magick/analyser.rb, line 47 def image?(temp_object) !!catch(:unable_to_handle){ identify(temp_object) } end