# File lib/treetop/runtime/terminal_parse_failure.rb, line 12 def to_s "String matching #{expected_string} #{@unexpected ? 'not ' : ''}expected." end