Skip to content

Commit

Permalink
ワイルドカードに関する記述が二重管理になるため削除
Browse files Browse the repository at this point in the history
くわしは`File.fnmatch`を参照してもらうことにする
  • Loading branch information
ksss committed Oct 31, 2023
1 parent 4e20cee commit 848dcb8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions refm/api/src/pathname.rd
Original file line number Diff line number Diff line change
Expand Up @@ -644,8 +644,7 @@ File.lchown(owner, group, self.to_s) と同じです。
--- fnmatch(pattern, *args) -> bool
File.fnmatch(pattern, self.to_s, *args) と同じです。

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

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

Expand All @@ -663,8 +662,7 @@ path.fnmatch("TEST*", File::FNM_CASEFOLD) # => true
--- fnmatch?(pattern, *args) -> bool
File.fnmatch?(pattern, self.to_s, *args) と同じです。

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

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

Expand Down

0 comments on commit 848dcb8

Please sign in to comment.