Unregisters DottedFormatter#before, after methods and registers load, unload, which perform the same duties as before, after in DottedFormatter.
# File lib/mspec/runner/formatters/file.rb, line 7 def register super MSpec.unregister :before, self MSpec.unregister :after, self MSpec.register :load, self MSpec.register :unload, self end
Generated with the Darkfish Rdoc Generator 2.