class Arel::Nodes::True

def eql?(other)

def eql?(other)
  self.class == other.class
end

def hash

def hash
  self.class.hash
end