# File rparsec/context.rb, line 67 def failure(msg=nil) @error = Failure.new(@index, get_current_input, msg) return false end