# File lib/paperclip/geometry.rb, line 40
    def square?
      height == width
    end