12 13 14 15 16 17
# File 'lib/redgreen/minitest.rb', line 12 def new_run(args = []) count = old_run(args) @@out.puts RedGreen.visual @@out.puts count end