Returns the larger of the two dimensions
64 65 66
# File 'lib/paperclip/geometry.rb', line 64 def larger [height, width].max end