Module: Cryptophysh
- Defined in:
- lib/cryptophysh.rb,
lib/cryptophysh/version.rb,
lib/cryptophysh/password_generator.rb
Defined Under Namespace
Classes: Error, PasswordGenerator
Constant Summary collapse
- VERSION =
"1.0.0"
Instance Method Summary collapse
Instance Method Details
#generate_password(**kwargs) ⇒ Object
9 10 11 |
# File 'lib/cryptophysh.rb', line 9 def generate_password(**kwargs) PasswordGenerator.new(**kwargs).generate_password end |