# File lib/plucky/extensions/symbol.rb, line 85 def ==(other) other.class == self.class && field == other.field && operator == other.operator end