Method: Arel::Nodes::Window#hash

Defined in:
activerecord/lib/arel/nodes/window.rb

#hashObject



55
56
57
# File 'activerecord/lib/arel/nodes/window.rb', line 55

def hash
  [@orders, @framing].hash
end