# File lib/dotenv/environment.rb, line 20
    def apply
      each { |k, v| ENV[k] ||= v }
    end