class RSpec::Core::Formatters::BaseTextFormatter

def close(_notification)

Parameters:
  • _notification (NullNotification) -- (Ignored)

Other tags:
    Api: - public
def close(_notification)
  return if output.closed?
  output.puts
  output.flush
end