# File lib/rubygame/sound.rb, line 290 def unpause if channel_active? SDL::Mixer.Resume( @channel ) end return self end