celluloid / celluloid-zmq

UNMAINTAINED: See celluloid/celluloid#779 - Celluloid actors that talk over the 0MQ protocol
https://celluloid.io
MIT License
83 stars 25 forks source link

Use write instead of send #10

Closed Gurpartap closed 12 years ago

Gurpartap commented 12 years ago

The send method is native to Ruby. Why override it? Moreover, it goes hand is hand with "read": Read <-> Write and Send <-> Receive.

travisbot commented 12 years ago

This pull request fails (merged 402f1e25 into ce32ef7b).