class Arel::Nodes::Ordering

Public Instance Methods

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