lib/cryptum/web_sock/coinbase.rb in cryptum-0.0.381 vs lib/cryptum/web_sock/coinbase.rb in cryptum-0.0.382
- old
+ new
@@ -52,10 +52,10 @@
end
ws
rescue Interrupt
# Exit Gracefully if CTRL+C is Pressed During Session
- Cryptum.exit_gracefully(which_self: self)
+ Cryptum::UI::Exit.gracefully(which_self: self)
rescue StandardError => e
raise e
end
public_class_method def self.subscribe_message(opts = {})