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