Method: RSpec::Core::Formatters::BaseFormatter#close
- Defined in:
- lib/rspec/core/formatters/base_formatter.rb
#close ⇒ Object
This method is invoked at the very end. Allows the formatter to clean up, like closing open streams.
99 100 101 |
# File 'lib/rspec/core/formatters/base_formatter.rb', line 99 def close restore_sync_output end |