Skip to content

Commit

Permalink
Merge pull request #2907 from takaram/patch-1
Browse files Browse the repository at this point in the history
`File.fnmatch`で`**`が利用できないという記載を削除
  • Loading branch information
ohai authored Aug 31, 2024
2 parents 8f60d1c + a2f0ed4 commit 3b0fddc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions refm/api/src/_builtin/File
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,7 @@ path が pattern にマッチすれば真を返します。そうでない場合

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

0 comments on commit 3b0fddc

Please sign in to comment.