# File rparsec/context.rb, line 72 def expecting(expected=nil) @error = Expected.new(@index, get_current_input, expected) return false end