るりまサーチ (Ruby 3.3)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.034秒)
トップページ > ライブラリ:etc[x] > クエリ:Etc.#getpwent[x] > バージョン:3.3[x] > クラス:Etc::Group[x]

別のキーワード

  1. etc passwd
  2. etc group
  3. etc each
  4. etc getpwent
  5. etc setpwent

検索結果

Etc::Group.each {|entry| ... } -> Etc::Group (9415.0)

/etc/group に含まれるエントリを一つずつブロックに渡して評価します。 ブロックを省略した場合は Enumerator を返します。

.../etc/group に含まれるエントリを一つずつブロックに渡して評価します。
ブロックを省略した場合は Enumerator を返します。

@see Etc.#getpwent...

Etc::Group.each -> Enumerator (9115.0)

/etc/group に含まれるエントリを一つずつブロックに渡して評価します。 ブロックを省略した場合は Enumerator を返します。

.../etc/group に含まれるエントリを一つずつブロックに渡して評価します。
ブロックを省略した場合は Enumerator を返します。

@see Etc.#getpwent...