Method: Dawn::Utils#debug_me_and_return_true

Defined in:
lib/dawn/utils.rb

#debug_me_and_return_true(msg) ⇒ Object



10
11
12
# File 'lib/dawn/utils.rb', line 10

def debug_me_and_return_true(msg)
  __debug_me_and_return(msg, true)
end