[ruby/tmpdir] Fix typo
This commit is contained in:
parent
71a5b1d457
commit
cade3aba61
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user