Libraries
»
dawnscanner
(2.2.0)
»
Index
»
Dawn
»
Utils
»
#debug_me
Method: Dawn::Utils#debug_me
Defined in:
lib/dawn/utils.rb
#
debug_me
(msg) ⇒
Object
3 4 5
# File 'lib/dawn/utils.rb', line 3
def
debug_me
(
msg
)
$logger
.
debug
(
msg
)
if
$debug
end