Parent

Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Serverlove::PasswordGenerator

Public Class Methods

generate() click to toggle source
# File lib/fog/serverlove/util/compute/password_generator.rb, line 5
def self.generate
  ('a'...'z').to_a.concat(('A'...'Z').to_a).shuffle[0,8].join
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.