Method: TestML::Library::Debug#YYY

Defined in:
lib/testml/library/debug.rb

#YYY(*args) ⇒ Object



12
13
14
15
16
17
# File 'lib/testml/library/debug.rb', line 12

def YYY(*args)
  require 'yaml'
  args.each {|node| puts YAML.dump(node)}
  puts 'YYY from: ' + caller.first
  return *args
end