class Paperclip::Geometry

def aspect

The aspect ratio of the dimensions.
def aspect
  width / height
end