# File spec/gherkin/shared/py_string_group.rb, line 11
      def ps(content)
        '"""%s"""' % ("\n" + content + "\n")
      end