# File lib/cucumber/parser/feature.rb, line 1532
        def build
          Ast::PyString.new(open_py_string.line, close_py_string.line, s.text_value, open_py_string.indentation)
        end