summaryrefslogtreecommitdiff
path: root/numeric.rb
diff options
context:
space:
mode:
Diffstat (limited to 'numeric.rb')
-rw-r--r--numeric.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/numeric.rb b/numeric.rb
index 0a1f14865f..49e14bff49 100644
--- a/numeric.rb
+++ b/numeric.rb
@@ -186,12 +186,6 @@ class Integer
end
alias magnitude abs
-=begin
- def magnitude
- Primitive.attr! 'inline'
- Primitive.cexpr! 'rb_int_abs(self)'
- end
-=end
# call-seq:
# int.odd? -> true or false