# File lib/parslet/atoms/context.rb, line 53 def err_at(*args) return [false, @reporter.err_at(*args)] if @reporter return [false, nil] end