lib/cryptum.rb in cryptum-0.0.385 vs lib/cryptum.rb in cryptum-0.0.386
- old
+ new
@@ -91,10 +91,9 @@
rescue Interrupt
# Exit Gracefully if CTRL+C is Pressed During Session
Cryptum.exit_gracefully(which_self: self)
rescue StandardError => e
# Produce a Stacktrace for anything else
- Curses.close_screen
raise e
end
public_class_method def self.help
constants.sort