# File rparsec/parser.rb, line 815
  def watch(&block)
    return one unless block
    WatchParser.new(block)
  end