aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/math.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/math.rb')
-rw-r--r--lib/arel/math.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/arel/math.rb b/lib/arel/math.rb
index 551b1f1010..b7c2419233 100644
--- a/lib/arel/math.rb
+++ b/lib/arel/math.rb
@@ -1,6 +1,5 @@
module Arel
module Math
-
def *(other)
Arel::Nodes::Multiplication.new(self, other)
end
@@ -16,6 +15,5 @@ module Arel
def /(other)
Arel::Nodes::Division.new(self, other)
end
-
end
-end \ No newline at end of file
+end