class Arel::Nodes::Distinct

Public Instance Methods

==(other)
Alias for: eql?
eql?(other) click to toggle source
# File lib/arel/nodes/terminal.rb, line 9
def eql? other
  self.class == other.class
end
Also aliased as: ==
hash() click to toggle source
# File lib/arel/nodes/terminal.rb, line 5
def hash
  self.class.hash
end