install_list(list) -> ()
ACL に list で指定したエントリーを追加します。
require "drb/acl" acl = ACL.new acl.install_list(["deny", "192.168.1.45"])