# File rparsec/parser.rb, line 90 def map(&block) return self unless block MapParser.new(self, block) end