263 264 265
# File 'lib/jar_dependencies.rb', line 263 def debug(msg = nil, &block) Kernel.warn(msg || block.call) if verbose? end