Method: Wee::IdGenerator::Secure#initialize
- Defined in:
- lib/wee/id_generator.rb
#initialize(salt = 'wee') ⇒ Secure
Returns a new instance of Secure.
39 40 41 |
# File 'lib/wee/id_generator.rb', line 39 def initialize(salt='wee') @salt = salt end |