Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > Documentation for Socket is not there!!!!!

Reply
Thread Tools

Documentation for Socket is not there!!!!!

 
 
sairam MP
Guest
Posts: n/a
 
      03-19-2007
I am unable to view the documentation for Socket related APIs. can any
help me out of this??

--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
 
Harold Hausman
Guest
Posts: n/a
 
      03-19-2007
On 3/19/07, sairam MP <> wrote:
> I am unable to view the documentation for Socket related APIs. can any
> help me out of this??
>


Hello.

Consider searching the web for the information you seek:
http://www.google.com/search?q=ruby+socket

This was the _first_ result.
http://www.ruby-doc.org/stdlib/libdo...doc/index.html

Hope that helps,
-Harold

 
Reply With Quote
 
 
 
 
sairam MP
Guest
Posts: n/a
 
      03-19-2007
Harold Hausman wrote:
> On 3/19/07, sairam MP <> wrote:
>> I am unable to view the documentation for Socket related APIs. can any
>> help me out of this??
>>

>
> Hello.
>
> Consider searching the web for the information you seek:
> http://www.google.com/search?q=ruby+socket
>
> This was the _first_ result.
> http://www.ruby-doc.org/stdlib/libdo...doc/index.html
>
> Hope that helps,
> -Harold


Actually I was saying about the documentation in the Ruby Software in
Linux FC4 using ri

--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
Phrogz
Guest
Posts: n/a
 
      03-19-2007
On Mar 19, 7:26 am, sairam MP <sai...@gmail.com> wrote:
> Actually I was saying about the documentation in the Ruby Software in
> Linux FC4 using ri


Ah, if that's what you meant, that's what you should have said.

It works fine for me:

Slim:~ gkistner$ ri Socket
---------------------------------------------------------- Class:
Socket
Class Socket provides access to the underlying operating system
socket implementations. It can be used to provide more operating
system specific functionality than the protocol-specific socket
classes but at the expense of greater complexity. In particular,
the class handles addresses using +struct sockaddr+ structures
[snip]

But I'm on MacOS X with my own build of Ruby 1.8.5. What version of
Ruby are you using?

 
Reply With Quote
 
ChrisKaelin
Guest
Posts: n/a
 
      03-19-2007
On 19 Mrz., 15:12, "Phrogz" <g...@refinery.com> wrote:
> On Mar 19, 7:26 am, sairam MP <sai...@gmail.com> wrote:
>
> > Actually I was saying about the documentation in the Ruby Software in
> > Linux FC4 using ri

>
> Ah, if that's what you meant, that's what you should have said.
>
> It works fine for me:
>
> Slim:~ gkistner$ ri Socket
> ---------------------------------------------------------- Class:
> Socket
> Class Socket provides access to the underlying operating system
> socket implementations. It can be used to provide more operating
> system specific functionality than the protocol-specific socket
> classes but at the expense of greater complexity. In particular,
> the class handles addresses using +struct sockaddr+ structures
> [snip]
>
> But I'm on MacOS X with my own build of Ruby 1.8.5. What version of
> Ruby are you using?


Works on (K)ubuntu too...

 
Reply With Quote
 
Eric Hodel
Guest
Posts: n/a
 
      03-20-2007
On Mar 19, 2007, at 06:26, sairam MP wrote:
> Harold Hausman wrote:
>> On 3/19/07, sairam MP <> wrote:
>>> I am unable to view the documentation for Socket related APIs.
>>> can any
>>> help me out of this??
>>>

>>
>> Hello.
>>
>> Consider searching the web for the information you seek:
>> http://www.google.com/search?q=ruby+socket
>>
>> This was the _first_ result.
>> http://www.ruby-doc.org/stdlib/libdo...doc/index.html
>>
>> Hope that helps,
>> -Harold

>
> Actually I was saying about the documentation in the Ruby Software in
> Linux FC4 using ri


It most definitely gets generated on 1.8.5. You're either missing
some part of ruby or need to file a bug with your ruby packager.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: socket.unbind or socket.unlisten? - socket.error: (48, 'Addressalready in use') Steve Holden Python 1 02-03-2009 06:20 AM
Re: socket.unbind or socket.unlisten? - socket.error: (48, 'Addressalready in use') Steve Holden Python 0 02-01-2009 12:45 PM
Re: socket.unbind or socket.unlisten? - socket.error: (48, 'Addressalready in use') Laszlo Nagy Python 0 02-01-2009 07:37 AM
socket.unbind or socket.unlisten? - socket.error: (48, 'Addressalready in use') Laszlo Nagy Python 1 01-27-2009 05:05 PM
Re: socket.unbind or socket.unlisten? - socket.error: (48,'Address already in use') Jean-Paul Calderone Python 0 01-27-2009 01:41 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57