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