Skip to content

Commit

Permalink
[ruby/tmpdir] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu authored and matzbot committed Oct 25, 2022
1 parent 71a5b1d commit cade3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tmpdir.rb
Expand Up @@ -121,7 +121,7 @@ def tmpdir

# Dedicated random number generator
RANDOM = Random.new
class << Random # :nodoc:
class << RANDOM # :nodoc:
# Maximum random number
MAX = 36**6 # < 0x100000000

Expand Down

0 comments on commit cade3ab

Please sign in to comment.