Object
# File lib/treetop/runtime/terminal_parse_failure.rb, line 6 def initialize(index, expected_string) @index = index @expected_string = expected_string end
# File lib/treetop/runtime/terminal_parse_failure.rb, line 11 def to_s "String matching #{expected_string} expected." end
[Validate]
Generated with the Darkfish Rdoc Generator 2.