Arel::Nodes::Node
# File lib/arel/nodes/false.rb, line 8 def eql? other self.class == other.class end
# File lib/arel/nodes/false.rb, line 4 def hash self.class.hash end