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