るりまサーチ

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

別のキーワード

  1. openssl integer
  2. asn1 integer
  3. _builtin integer
  4. integer chr
  5. integer new

クラス

モジュール

キーワード

検索結果

<< < ... 20 21 22 >>

Etc::Passwd#gid -> Integer (103.0)

このユーザの gid を返します。

このユーザの gid を返します。

Etc::Passwd#quota -> Integer (103.0)

クォータ(整数)を返します。このメンバはシステム依存です。

クォータ(整数)を返します。このメンバはシステム依存です。

Etc::Passwd#uid -> Integer (103.0)

このユーザの uid を返します。

このユーザの uid を返します。

IO#pathconf(name) -> Integer | nil (103.0)

fpathconf(3) で取得したファイルの設定変数の値を返します。

...場合は nil
を返します。(fpathconf(3) が -1 を返し、errno が設定されていない
場合)

@param name Etc モジュールの PC_ で始まる定数のいずれかを指定します。

//emlist[][ruby]{
require 'etc'
IO.pipe {|r, w|
p w.pathconf(Etc::PC_PIPE_BUF) # => 4096
}
//}...
<< < ... 20 21 22 >>