るりまサーチ

最速Rubyリファレンスマニュアル検索!
51件ヒット [1-51件を表示] (0.104秒)
トップページ > クエリ:i[x] > クエリ:h[x] > クエリ:file?[x]

別のキーワード

  1. _builtin to_h
  2. env to_h
  3. hash to_h
  4. array to_h
  5. struct to_h

検索結果

Shell::Filter#file?(file) -> bool (30300.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列か IO オブジェクトを指定します。

@see FileTest.#file?...

File.file?(path) -> bool (27300.0)

FileTest.#file? と同じです。

...FileTest.#file? と同じです。

@param path パスを表す文字列か IO オブジェクトを指定します。...

Shell#file?(file) -> bool (27300.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列か IO オブジェクトを指定します。

@see FileTest.#file?...

Shell::CommandProcessor#file?(file) -> bool (27300.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列か IO オブジェクトを指定します。

@see FileTest.#file?...

Pathname#file? -> bool (27201.0)

FileTest.file?(self.to_s) と同じです。

...FileTest.file?(self.to_s) と同じです。


@see FileTest.#file?...

絞り込み条件を変える

Gem::GemPathSearcher#matching_file?(spec, path) -> bool (18300.0)

与えられた spec に path が含まれている場合、真を返します。 そうでない場合は偽を返します。

...与えられた spec に path が含まれている場合、真を返します。
そうでない場合は偽を返します。

@param spec Gem::Specification のインスタンスを指定します。

@param path 探索対象のパスを指定します。...