# File lib/dotenv/parser.rb, line 35
      def call(string, is_load = false)
        new(string, is_load).call
      end