lib/cryptum/event/exit.rb in cryptum-0.0.381 vs lib/cryptum/event/exit.rb in cryptum-0.0.382
- old
+ new
@@ -12,10 +12,10 @@
event_history = opts[:event_history]
option_choice = opts[:option_choice]
env = opts[:env]
terminal_win.key_press_event.key_x = false
- Cryptum.exit_gracefully(
+ Cryptum::UI::Exit.gracefully(
which_self: self,
event_history: event_history,
option_choice: option_choice,
env: env
)