# File lib/librmpd.rb, line 690
        def pause=( toggle )
                send_command 'pause ' + (toggle ? '1' : '0')
        end