# File rparsec/functors.rb, line 256
  def repeat(n)
    Functors.repeat(n, &self)
  end