Object
# 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.