# File lib/xdg/base_dir.rb, line 62
    def environment_with_defaults
      environment_variables.map{ |v| ENV[v] || DEFAULTS[v] }.join(':')
    end