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