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