Seemly stupid question, can anyone tell me what class the method recv
is defined? I can’t find it anywhere (although I haven’t looked
through the core source yet). Could it be an alias?
Thanks,
Marc
Seemly stupid question, can anyone tell me what class the method recv
is defined? I can’t find it anywhere (although I haven’t looked
through the core source yet). Could it be an alias?
Thanks,
Marc
On 4/7/07, Marc S. [email protected] wrote:
Seemly stupid question, can anyone tell me what class the method recv
is defined? I can’t find it anywhere (although I haven’t looked
through the core source yet). Could it be an alias?
It is hiding in the socket.c (ext/socket/socket.c in a ruby source
distribution) and not well documented in ri (it is however in the
pickaxe). It is defined as a method in BasicSocket. Hope that helps.
pth
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs