aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/predications.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/predications.rb')
-rw-r--r--lib/arel/predications.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/arel/predications.rb b/lib/arel/predications.rb
index 4b124ce05c..e3f72d46a2 100644
--- a/lib/arel/predications.rb
+++ b/lib/arel/predications.rb
@@ -1,6 +1,5 @@
module Arel
module Predications
-
def not_eq other
Nodes::NotEqual.new self, other
end