aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/terminal.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/nodes/terminal.rb')
-rw-r--r--lib/arel/nodes/terminal.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/arel/nodes/terminal.rb b/lib/arel/nodes/terminal.rb
index 6f60fe006f..421f039904 100644
--- a/lib/arel/nodes/terminal.rb
+++ b/lib/arel/nodes/terminal.rb
@@ -9,6 +9,7 @@ module Arel
def eql? other
self.class == other.class
end
+ alias :== :eql?
end
end
end