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