# File lib/money/money/arithmetic.rb, line 188
    def %(val)
      self.modulo(val)
    end