class Arel::Nodes::Binary

pure Arel internals improvements

Public Instance Methods

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