class Arel::Nodes::CurrentRow
Public Instance Methods
eql?(other)
click to toggle source
# File lib/arel/nodes/window.rb, line 107 def eql? other self.class == other.class end
Also aliased as: ==
hash()
click to toggle source
# File lib/arel/nodes/window.rb, line 103 def hash self.class.hash end