るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.159秒)

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. rsa n
  3. rsa n=
  4. openssl n
  5. openssl n=

ライブラリ

検索結果

ACL#install_list(list) -> () (6102.0)

ACL に list で指定したエントリーを追加します。

...ACL に list で指定したエントリーを追加します。

require "drb/acl"
acl
= ACL.new
acl
.install_list(["deny", "192.168.1.45"])

@param list 追加するエントリー...