# File lib/fog/ninefold/storage.rb, line 66 def sign(string) value = @hmac.sign(string) Base64.encode64( value ).chomp() end