Class: MiniTest::Unit
- Inherits:
-
Object
- Object
- MiniTest::Unit
- Defined in:
- lib/redgreen/minitest.rb
Instance Method Summary collapse
Instance Method Details
#run(args = []) ⇒ Object
15 16 17 18 19 20 |
# File 'lib/redgreen/minitest.rb', line 15 def run(args = []) count = super @@out.puts RedGreen.visual @@out.puts count end |