Method: Ccrypto::CipherConfig#has_key?

Defined in:
lib/ccrypto/configs/cipher_config.rb

#has_key?Boolean

Returns:

  • (Boolean)


71
72
73
# File 'lib/ccrypto/configs/cipher_config.rb', line 71

def has_key?
  not_empty?(@ccrypto_key)
end