Arel::Nodes::Node
# File lib/arel/nodes/terminal.rb, line 9 def eql? other self.class == other.class end
# File lib/arel/nodes/terminal.rb, line 5 def hash self.class.hash end