We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 212e58b commit 49c6bd7Copy full SHA for 49c6bd7
lib/iruby/session_adapter.rb
@@ -59,6 +59,9 @@ def self.select_adapter_class(name=nil)
59
"Session adapter `#{name}` is unavailable"
60
end
61
62
+ if name == 'cztop'
63
+ warn "WARNING: cztop was deprecated and will be removed; Use ffi-rzmq, instead."
64
+ end
65
return cls
66
67
classes.each_value do |cls|
0 commit comments