mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* random.c: Documentation fix for Random#bytes
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32255 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
190bc7ae0e
commit
3f5e567a47
1 changed files with 1 additions and 1 deletions
2
random.c
2
random.c
|
@ -921,7 +921,7 @@ rb_random_real(VALUE obj)
|
|||
}
|
||||
|
||||
/*
|
||||
* call-seq: prng.bytes(size) -> prng
|
||||
* call-seq: prng.bytes(size) -> a_string
|
||||
*
|
||||
* Returns a random binary string. The argument size specified the length of
|
||||
* the result string.
|
||||
|
|
Loading…
Reference in a new issue