Skip to content

Commit

Permalink
Merge pull request #2901 from ksaito422/remove-random_default-link
Browse files Browse the repository at this point in the history
ruby3.2からRandom::DEFAULTのドキュメントが削除されたのリンクしている箇所を削除する
  • Loading branch information
ohai authored Aug 31, 2024
2 parents 3f5a0c1 + 5b16fe0 commit 0d32d65
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 0d32d65

Please sign in to comment.