lib/cryptum/ui/portfolio.rb in cryptum-0.0.381 vs lib/cryptum/ui/portfolio.rb in cryptum-0.0.382
- old
+ new
@@ -199,10 +199,14 @@
portfolio_win.refresh
event_history
rescue Interrupt
# Exit Gracefully if CTRL+C is Pressed During Session
- Cryptum.exit_gracefully(which_self: self)
+ Cryptum::UI::Exit.gracefully(
+ which_self: self,
+ event_history: event_history,
+ option_choice: option_choice
+ )
rescue StandardError => e
raise e
end
# Display Usage for this Module