mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Avoid leaving an uneeded comment
465bd972ec
didn't need to leave the obsoleted code.
This commit is contained in:
parent
07d1b3ddc3
commit
006682d391
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue