るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.180秒)
トップページ > クエリ:-[x] > クエリ:E[x] > クエリ:rdev_major[x] > 種類:インスタンスメソッド[x]

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix det_e
  4. matrix rank_e
  5. open3 capture2e

ライブラリ

クラス

検索結果

File::Stat#rdev_major -> Integer (24308.0)

rdev の major 番号部を返します。

...rdev の major 番号部を返します。

//emlist[][ruby]{
fs = File::Stat.new($0)
#例
p fs.rdev_major #=> nil
//}...