Method: HashConditions::Core#log

Defined in:
lib/hash_conditions/core.rb

#log(*args) ⇒ Object



230
231
232
# File 'lib/hash_conditions/core.rb', line 230

def log *args
  puts args.map(&:to_s).join(" ") if(DEBUG)
end