ruby-changes:20207
From: marcandre <ko1@a...>
Date: Tue, 28 Jun 2011 00:42:46 +0900 (JST)
Subject: [ruby-changes:20207] marcandRe: r32255 (trunk): * random.c: Documentation fix for Random#bytes
marcandre 2011-06-28 00:42:37 +0900 (Tue, 28 Jun 2011) New Revision: 32255 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32255 Log: * random.c: Documentation fix for Random#bytes Modified files: trunk/random.c Index: random.c =================================================================== --- random.c (revision 32254) +++ random.c (revision 32255) @@ -921,7 +921,7 @@ } /* - * 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/