るりまサーチ

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

別のキーワード

  1. pathname glob
  2. pathname to_path
  3. pathname realpath
  4. pathname ascend
  5. pathname find

ライブラリ

クラス

検索結果

Pathname#fnmatch?(pattern, *args) -> bool (35101.0)

File.fnmatch?(pattern, self.to_s, *args) と同じです。

...File.fnmatch?(pattern, self.to_s, *args) と同じです。

@param pattern パターンを文字列で指定します。ワイルドカードとして `*', `?', `[]' が使用できま
す。Dir.glob とは違って `{}' や `**/' は使用できません。

@param args File.fnmatch...
...を参照してください。

@see File.fnmatch?...