[ruby/tmpdir] Fix typo

This commit is contained in:
Nobuyoshi Nakada 2022-10-25 14:02:44 +09:00 committed by git
parent 71a5b1d457
commit cade3aba61

View File

@ -121,7 +121,7 @@ class Dir
# Dedicated random number generator
RANDOM = Random.new
class << Random # :nodoc:
class << RANDOM # :nodoc:
# Maximum random number
MAX = 36**6 # < 0x100000000