class Gherkin::GherkinLine

def start_with?(prefix)

def start_with?(prefix)
  @trimmed_line_text.start_with?(prefix)
end