# File lib/dotenv/environment.rb, line 4
    def initialize(filename)
      @filename = filename
      load
    end