Skip to content

Commit

Permalink
add remaining types to deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
//de committed May 14, 2015
1 parent c50854f commit b7b07c3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/celluloid/zmq/deprecate.rb
Expand Up @@ -2,8 +2,14 @@ module Celluloid
module ZMQ
ReadableSocket = Socket::Readable
WritableSocket = Socket::Writable

RepSocket = Socket::Rep
ReqSocket = Socket::Req
DealerSocket = Socket::Dealer
RouterSocket = Socket::Router
PushSocket = Socket::Push
PullSocket = Socket::Pull
PubSocket = Socket::Pub
XPubSocket = Socket::XPub
SubSocket = Socket::Sub
end
end

0 comments on commit b7b07c3

Please sign in to comment.