aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/window.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/nodes/window.rb')
-rw-r--r--lib/arel/nodes/window.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/arel/nodes/window.rb b/lib/arel/nodes/window.rb
index 535c0c6238..23a005daba 100644
--- a/lib/arel/nodes/window.rb
+++ b/lib/arel/nodes/window.rb
@@ -107,6 +107,7 @@ module Arel
def eql? other
self.class == other.class
end
+ alias :== :eql?
end
class Preceding < Unary