Method: CLI::UI::Spinner::SpinGroup#failure_debrief
- Defined in:
- lib/cli/ui/spinner/spin_group.rb
#failure_debrief(&block) ⇒ Object
Provide an alternative debriefing for failed tasks : { (String title, Exception? exception, String out, String err) -> void } -> void
453 454 455 |
# File 'lib/cli/ui/spinner/spin_group.rb', line 453 def failure_debrief(&block) @failure_debrief = block end |