# File lib/twitter/base.rb, line 115 def attrs_equal(other) self.class == other.class && !other.attrs.empty? && attrs == other.attrs end