From: ueno Date: Tue, 22 Mar 2005 08:58:58 +0000 (+0000) Subject: Added URL of Libassuan to comment. X-Git-Tag: channel-coding-mergepoint~28 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7afa5b33c0f05d0614fbbfb6f7dcfb43aa358905;p=elisp%2Friece.git Added URL of Libassuan to comment. --- diff --git a/lisp/rubyserv.rb b/lisp/rubyserv.rb index d3a82ff..027e552 100644 --- a/lisp/rubyserv.rb +++ b/lisp/rubyserv.rb @@ -1,5 +1,6 @@ # A simple IPC server for executing arbitrary Ruby program. # The protocol is based on Assuan protocol of GnuPG. +# http://www.gnupg.org/(en)/related_software/libassuan/index.html require 'thread' require 'stringio'