Method: Pass#initialize
- Defined in:
- lib/pass.rb
#initialize(**options) ⇒ Pass
Returns a new instance of Pass.
13 14 15 16 |
# File 'lib/pass.rb', line 13 def initialize(**) = { length: DEFAULT_PASSWORD_LENGTH } .update() end |
Returns a new instance of Pass.
13 14 15 16 |
# File 'lib/pass.rb', line 13 def initialize(**) = { length: DEFAULT_PASSWORD_LENGTH } .update() end |