class RSpec::Core::NullReporter

# Used in place of a {Reporter} for situations where we don’t want reporting output.
@private

def self.method_missing(*)

def self.method_missing(*)
  # ignore
end