Object
# File lib/fog/google.rb, line 13 def self.etag hex(32) end
# File lib/fog/google.rb, line 17 def self.hex(length) max = ('f' * length).to_i(16) rand(max).to_s(16) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.