るりまサーチ (Ruby 2.4.0)

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

別のキーワード

  1. etc passwd
  2. etc group
  3. etc name
  4. etc uname

クラス

検索結果

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

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

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

@see Etc.#getpwent...

Etc::Passwd.each {|entry| ... } -> Etc::Passwd (87682.0)

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

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

@see Etc.#getpwent...

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

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

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

@see Etc.#getpwent...

Etc::Passwd.each -> Enumerator (87382.0)

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

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

@see Etc.#getpwent...