class Arel::Nodes::Unary

Public Instance Methods

eql?(other) click to toggle source
# File lib/arel_extensions.rb, line 200
def eql? other
  hash == other.hash
end