Method: Ccrypto::Java.is_detail_debug_on?

Defined in:
lib/ccrypto/java.rb

.is_detail_debug_on?Boolean

Returns:

  • (Boolean)


68
69
70
# File 'lib/ccrypto/java.rb', line 68

def self.is_detail_debug_on?
  ENV['CCJAVA_DEBUG'] == "true"
end