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