module RandomPassword
Constants
- VERSION
Public Class Methods
generate(**options)
click to toggle source
# File lib/random_password.rb, line 11 def self.generate(**options) new(options).generate end
new(**options)
click to toggle source
# File lib/random_password.rb, line 7 def self.new(**options) RandomPassword::Base.new(options) end