るりまサーチ

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

別のキーワード

  1. _builtin file?
  2. _builtin file
  3. base file
  4. file size
  5. file mtime

ライブラリ

キーワード

検索結果

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

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

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

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

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

Gem::GemPathSearcher#matching_files(spec, path) -> [String] (12202.0)

与えられた spec に path が含まれている場合、その path のリストを返します。

与えられた spec に path が含まれている場合、その path のリストを返します。

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

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