Get current debug status

current_debug  

Returns the current debug setting (true or false).

This can be set via the fns use_debug and with_debug.

Introduced in v2.0

Example

# Example 1

puts current_debug



# Print out the current debug setting