# File lib/sass/selector/simple.rb, line 55 def eql?(other) other.class == self.class && other.hash == self.hash && other.to_a.eql?(to_a) end