class ChunkyPNG::Dimension

def hash

Returns:
  • (Integer) - A hashed value of the dimensions
def hash
  [width, height].hash
end