# File rparsec/functors.rb, line 53
  def nth(n)
    proc {|*args|args[n]}
  end