Method: RSpec::Core::Formatters::BaseFormatter#close

Defined in:
lib/rspec/core/formatters/base_formatter.rb

#close(_notification) ⇒ void

Parameters:

  • _notification (NullNotification)

    (Ignored)

See Also:



50
51
52
# File 'lib/rspec/core/formatters/base_formatter.rb', line 50

def close(_notification)
  restore_sync_output
end