Class: Brut::TUI::Script::Events::ScriptCompleted
- Inherits:
-
Events::BaseEvent
- Object
- Events::BaseEvent
- Brut::TUI::Script::Events::ScriptCompleted
- Defined in:
- lib/brut/tui/script/events/script_completed.rb
Overview
Fired when the script has completed
Instance Method Summary collapse
Methods inherited from Events::BaseEvent
#deconstruct_keys, #exit?, handler_method_name
Instance Method Details
#drain_then_exit? ⇒ Boolean
3 |
# File 'lib/brut/tui/script/events/script_completed.rb', line 3 def drain_then_exit? = true |
#to_s ⇒ Object
4 |
# File 'lib/brut/tui/script/events/script_completed.rb', line 4 def to_s = "Done" |