if DEBUG is true, then execute the code
75 76 77
# File 'lib/ric/debug.rb', line 75 def deb?() yield if $DEBUG end