/* * Select a context in the query result of this MusicBrainz::Client object. * * Returns true if the select query was successful (even if it didn't * return any results). * * See the MusicBrainz::Query documentation for information on various * query types. * * Examples: * # return to the top-level context of the current query * mb.select MusicBrainz::Query::Rewind * * # select the second artist from a query that returned a list of * # artists * mb.select MusicBrainz::Query::SelectArtist, 2 * */ static VALUE mb_client_select(int argc, VALUE *argv, VALUE self) {