/* call-seq: * stop() -> self * * Stop playback of music. * See also #play */ VALUE rbgm_mixmusic_stop(VALUE self) { Mix_HaltMusic(); return self; }