class Gherkin::RbLexer::Lv

def unindent(startcol, text)

def unindent(startcol, text)
  text.gsub(/^ {0,#{startcol}}/, "")
end