# File lib/treetop/runtime/terminal_parse_failure_debug.rb, line 12defexpected_string"#{@expected_string} from #{@caller.map{|s| s.sub(/\A.*:([0-9]+):in `([^']*)'.*/,'\2:\1')}*" from "}\n\t"end
to_s()click to toggle source
# File lib/treetop/runtime/terminal_parse_failure_debug.rb, line 16defto_s"String matching #{expected_string} expected."end