class GeneratePassword
Public Instance Methods
run()
click to toggle source
# File lib/renuo/cli/app/generate_password.rb, line 6 def run say SecureRandom.base64(200).gsub(%r{[+/=]}, "")[0...100] end
# File lib/renuo/cli/app/generate_password.rb, line 6 def run say SecureRandom.base64(200).gsub(%r{[+/=]}, "")[0...100] end