/*
 * call-seq:
 *   config_save(string) -> nil
 *
 * Saves the current configuration to given file. See also ConfigEntry.
 */

static VALUE x_config_save(VALUE self, VALUE file_) {