module Cucumber::Parser::Feature::PyString2

def build

def build
  Ast::PyString.new(open_py_string.line, close_py_string.line, s.text_value, open_py_string.indentation)
end