るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.026秒)
トップページ > ライブラリ:drb[x] > クエリ:drb[x] > バージョン:2.4.0[x] > クエリ:ACL[x] > クエリ:install_list[x]

別のキーワード

  1. drb install_acl
  2. drb/acl acl
  3. drb/acl install_list
  4. acl install_list
  5. drb/acl deny_allow

クラス

検索結果

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

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

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

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

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