class Fog::Google::Mock
Public Class Methods
etag()
click to toggle source
# File lib/fog/google/core.rb, line 15 def self.etag hex(32) end
hex(length)
click to toggle source
# File lib/fog/google/core.rb, line 19 def self.hex(length) max = ('f' * length).to_i(16) rand(max).to_s(16) end