class Sass::Selector::SimpleSequence

def _eql?(other)

def _eql?(other)
  other.base.eql?(self.base) && Haml::Util.set_eql?(other.rest, self.rest)
end