Method: KSUID::Configuration#initialize
- Defined in:
- lib/ksuid/configuration.rb
#initialize ⇒ KSUID::Configuration
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Instantiates a new KSUID configuration
33 34 35 |
# File 'lib/ksuid/configuration.rb', line 33 def initialize self.random_generator = self.class.default_generator end |