# File lib/sass/selector/abstract_sequence.rb, line 56 def eql?(other) other.class == self.class && other.hash == self.hash && _eql?(other) end