Skip to content

Commit

Permalink
Merge pull request #2844 from ericgpks/fix/delete_noexist_method_ARGF
Browse files Browse the repository at this point in the history
削除された `IO#chars` メソッドへのリンクを削除
  • Loading branch information
znz committed Dec 19, 2023
2 parents e6d32c3 + f2a85cb commit 6b92b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refm/api/src/_builtin/ARGF
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ ARGF の現在位置から 1 バイトずつ読み込み、それを整数とし
# "2"
# "\n"

@see [[m:IO#each_char]], [[m:IO#chars]]
@see [[m:IO#each_char]]

#@until 3.0
--- chars { |c| ... } -> self
Expand Down

0 comments on commit 6b92b27

Please sign in to comment.