class RSpec::Core::Formatters::BaseTextFormatter
def close(_notification)
-
_notification
(NullNotification
) -- (Ignored)
Other tags:
- Api: - public
def close(_notification) return unless IO === output return if output.closed? output.puts output.close unless output == $stdout end