current_arg_checks
Returns the current arg checking setting (true or false).
true
false
This can be set via the fns use_arg_checks and with_arg_checks.
use_arg_checks
with_arg_checks
Introduced in v2.0
puts current_arg_checks
# Print out the current arg check setting