module Dir::Tmpname::RANDOM
Constants
- MAX
Public Class Methods
next()
click to toggle source
# File lib/tmpdir.rb, line 122 def next rand(MAX).to_s(36) end
# File lib/tmpdir.rb, line 122 def next rand(MAX).to_s(36) end