This commit is contained in:
git 2019-06-04 19:55:04 +09:00
Родитель 2c60f37143
Коммит 2e2cd8297b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1545,7 +1545,7 @@ InitVM_Random(void)
{
/* Direct access to Ruby's Pseudorandom number generator (PRNG). */
VALUE rand_default = Init_Random_default(rb_cRandom);
VALUE rand_default = Init_Random_default(rb_cRandom);
/* The default Pseudorandom number generator. Used by class
* methods of Random. */
rb_define_const(rb_cRandom, "DEFAULT", rand_default);