# File lib/dotenv/parser.rb, line 28
    def self.call(string)
      new(string).call
    end