chuckremes / ffi-rzmq

FFI bindings for ZeroMQ so the library can be used under JRuby and other FFI-compliant ruby runtimes
242 stars 62 forks source link

Minor documentation fixes for ZMQ::Util.errno #104

Closed zaccari closed 10 years ago

zaccari commented 10 years ago

Updates socket documentation to use ZMQ::Util.errno instead of ZMQ.errno, which will throw undefined method 'errno' for ZMQ:Module.

chuckremes commented 10 years ago

@mzaccari Thank you for your contribution!