Skip to content

Commit

Permalink
Updated Kernel#srand
Browse files Browse the repository at this point in the history
  • Loading branch information
sampersand committed Aug 21, 2023
1 parent 9fb5f18 commit 47442f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/kernel.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ module Kernel : BasicObject
# srand 1234 # => 1234
# [ rand, rand ] # => [0.1915194503788923, 0.6221087710398319]
#
def self?.srand: (?Numeric number) -> Numeric
def self?.srand: (?int number) -> Integer

# <!--
# rdoc-file=process.c
Expand Down

0 comments on commit 47442f0

Please sign in to comment.