# File lib/arel/nodes/unary.rb, line 16 def eql? other self.class == other.class && self.expr == other.expr end