A kind of pretty-print for Audits.
306 307 308
# File 'lib/tap/support/audit.rb', line 306 def dump(&block) Audit.dump(self, "", &block) end