Module: SecureRandom
- Defined in:
- lib/game_machine/securerandom.rb
Class Method Summary collapse
Class Method Details
.hex(s) ⇒ Object
3 4 5 |
# File 'lib/game_machine/securerandom.rb', line 3 def self.hex(s) raise NotImplementedError end |