# File lib/fog/core/mock.rb, line 56 def self.random_numbers(length) max = ('9' * length).to_i rand(max).to_s end