るりまサーチ (Ruby 2.3.0)

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

別のキーワード

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

ライブラリ

検索結果

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

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

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

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

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