るりまサーチ (Ruby 2.2.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.024秒)
トップページ > クラス:File::Stat[x] > バージョン:2.2.0[x] > クエリ:stat[x] > クエリ:file?[x] > 種類:インスタンスメソッド[x]

別のキーワード

  1. _builtin stat
  2. gc stat
  3. csv stat
  4. pathname stat

ライブラリ

検索結果

File::Stat#file? -> bool (63346.0)

通常ファイルの時に真を返します。

...通常ファイルの時に真を返します。

//emlist[][ruby]{
p File::Stat.new($0).file? #=> true
//}...