Object
# File lib/treetop/runtime/terminal_parse_failure.rb, line 6 6: def initialize(index, expected_string) 7: @index = index 8: @expected_string = expected_string 9: end
# File lib/treetop/runtime/terminal_parse_failure.rb, line 11 11: def to_s 12: "String matching #{expected_string} expected." 13: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.