# File rparsec/parser.rb, line 102 def bindn(&block) return self unless block BoundnParser.new(self, block) end