class Treetop::Runtime::TerminalParseFailure
def initialize(index, expected_string)
def initialize(index, expected_string) @index = index @expected_string = expected_string end
def to_s
def to_s "String matching #{expected_string} expected." end
def initialize(index, expected_string) @index = index @expected_string = expected_string end
def to_s "String matching #{expected_string} expected." end