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