Method: BBLib::HashPathProcs.debug

Defined in:
lib/hash_path/processors.rb

.debug(child, *args, class_based: true) ⇒ Object



68
69
70
71
# File 'lib/hash_path/processors.rb', line 68

def self.debug(child, *args, class_based: true)
  puts "DEBUG: #{child.value}" + (args.empty? ? '' : "(#{args.join(', ')})")
  child
end