るりまサーチ

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

別のキーワード

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

クラス

検索結果

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

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

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

@see Etc.#getpwent...

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

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

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

@see Etc.#getpwent...

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

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

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

@see Etc.#getpwent...

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

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

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

@see Etc.#getpwent...