class Minitest::Stately::Reporter
Public Class Methods
new(options={})
click to toggle source
Calls superclass method
# File lib/minitest/stately/reporter.rb, line 4 def initialize(options={}) super(options.delete(:io) || $stdout, options) end
Public Instance Methods
report()
click to toggle source
# File lib/minitest/stately/reporter.rb, line 8 def report io.puts(Minitest::Stately.watcher.report) end