# File rparsec/parser.rb, line 428 def seq(other, &block) # TypeChecker.check_arg_type Parser, other, :seq Parsers.sequence(self, other, &block) end