Skip to content

Commit

Permalink
ruby3.2からRandom::Defaultのドキュメントが削除されたのリンクしている箇所を削除する
Browse files Browse the repository at this point in the history
  • Loading branch information
ksaito422 committed Aug 1, 2024
1 parent 642f048 commit 5b16fe0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions refm/api/src/_builtin/functions
Original file line number Diff line number Diff line change
Expand Up @@ -2161,7 +2161,11 @@ seeds << srand
p seeds #=> [455675, 2995620310703489221660585195204777696, 455675]
#@end

#@since 3.2
@see [[m:Kernel.#rand]]
#@else
@see [[m:Kernel.#rand]], [[m:Random::DEFAULT]]
#@end

--- global_variables -> [Symbol]

Expand Down

0 comments on commit 5b16fe0

Please sign in to comment.