Method: TestML::Library::Debug#XXX
- Defined in:
- lib/testml/library/debug.rb
#XXX(*args) ⇒ Object
5 6 7 8 9 10 |
# File 'lib/testml/library/debug.rb', line 5 def XXX(*args) require 'yaml' args.each {|node| puts YAML.dump(node)} puts 'XXX from: ' + caller.first exit end |