Class: Brut::TUI::Script::Events::ScriptCompleted

Inherits:
Events::BaseEvent show all
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

Returns:

  • (Boolean)


3
# File 'lib/brut/tui/script/events/script_completed.rb', line 3

def drain_then_exit? = true

#to_sObject



4
# File 'lib/brut/tui/script/events/script_completed.rb', line 4

def to_s = "Done"