Class: GeneratePassword

Inherits:
Object
  • Object
show all
Defined in:
lib/renuo/cli/app/generate_password.rb

Instance Method Summary collapse

Instance Method Details

#runObject



4
5
6
# File 'lib/renuo/cli/app/generate_password.rb', line 4

def run
  say SecureRandom.base64(200).gsub(%r{[+/=]}, '')[0...100]
end