# File lib/rubygame/sound.rb, line 274
  def pause
    if channel_active?
      SDL::Mixer.Pause( @channel )
    end

    return self
  end