24 25 26
# File 'lib/qcontent/dimension.rb', line 24 def ==(other) self.width == other.width && self.height == other.height end