# File lib/money/money/arithmetic.rb, line 255
def
abs
Money
.
new
(
self
.
cents
.
abs
,
self
.
currency
)
end