# File lib/rubygame/music.rb, line 311
  def stop
    if current?
      SDL::Mixer.HaltMusic()
    end

    return self
  end