# File lib/fog/core/mock.rb, line 45 def self.random_letters(length) random_selection( 'abcdefghijklmnopqrstuvwxyz', length ) end