Method: Ric::Debug#deb?

Defined in:
lib/ric/debug.rb

#deb?Boolean Also known as: if_deb, if_deb?

if DEBUG is true, then execute the code



75
76
77
# File 'lib/ric/debug.rb', line 75

def deb?() 
  yield if $DEBUG
end