class Gherkin::TokenMatcher
def unescape_docstring(text)
def unescape_docstring(text) @active_doc_string_separator ? text.gsub("\\\"\\\"\\\"", "\"\"\"") : text end
def unescape_docstring(text) @active_doc_string_separator ? text.gsub("\\\"\\\"\\\"", "\"\"\"") : text end