123456789_123456789_123456789_123456789_123456789_

Class: RSpec::Core::NullReporter Private

Do not use. This class is for internal use only.
Relationships & Source Files
Inherits: Object
Defined in: rspec-core/lib/rspec/core/reporter.rb

Overview

Used in place of a Reporter for situations where we don’t want reporting output.

Class Method Summary

Class Method Details

.method_missing (private)

[ GitHub ]

  
# File 'rspec-core/lib/rspec/core/reporter.rb', line 260

def self.method_missing(*)
  # ignore
end