/* * Enable debugging output for this MusicBrainz::Client object. * * Note: Debugging output is sent to standard output, not standard * error. * * Example: * mb.debug = true * */ static VALUE mb_client_set_debug(VALUE self, VALUE debug) {