class Arel::Nodes::Distinct
Public Instance Methods
eql?(other)
click to toggle source
# File lib/arel/nodes/terminal.rb, line 8 def eql? other self.class == other.class end
hash()
click to toggle source
# File lib/arel/nodes/terminal.rb, line 4 def hash self.class.hash end