# File lib/twitter/size.rb, line 11 def ==(other) super || (other.class == self.class && other.h == self.h && other.w == self.w) end