# File test/src/expression_test.rb, line 45
  def mod
    around(char('%')) >> value(Mod)
  end