# File lib/rubygame/music.rb, line 284
  def unpause
    if current?
      SDL::Mixer.ResumeMusic()
    end

    return self
  end