# File lib/rvm/environment/configuration.rb, line 25
      def merge_config!(r)
        r.each_pair { |k, v| config[k.to_s] = v }
      end