Gets the key for binary value.
Parameters:
The value.
Returns:
The key for the binary value.
135 136 137 138 139
# File 'lib/cloudinary/analytics.rb', line 135 def get_key(binary_value) @char_codes ||= initialize_char_codes @char_codes[binary_value] || '' end