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