# File lib/dragonfly/analysis/r_magick_analyser.rb, line 12 def width(temp_object) ping_rmagick_image(temp_object) do |image| image.columns end end