Created
October 31, 2011 21:33
-
-
Save runa/1329024 to your computer and use it in GitHub Desktop.
send signal to running tor daemon
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Tor | |
class Controller | |
def signal(name) | |
send_command(:signal,name) | |
read_reply | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did you send a pull request for this?