# File lib/money/money/arithmetic.rb, line 177
def
modulo
(
val
)
self
.
divmod
(
val
)[
1
]
end