# File lib/tzinfo/tzdataparser.rb, line 166
    def self.quote_str(str)
      "'#{str.gsub('\'', '\\\\\'')}'"
    end