# File rparsec/parser.rb, line 844
  def map(&block)
    return one unless block
    MapCurrentParser.new(block)
  end