ArifS has asked for the wisdom of the Perl Monks concerning the following question:

Is there a website for ruby modules?
I can go to "search.cpan.org/" for perl modules. Is there anything like that for Ruby too? And how to download and then intall that module for Ruby locally in Windows?
Thank you.

Replies are listed 'Best First'.
Re: (OT) Ruby module installation
by roboticus (Chancellor) on Sep 23, 2014 at 20:00 UTC

    ArifS:

    Try http://rubygems.org, it's the ruby module repository, and it looks like it has a search function in the title bar. I don't use ruby, so I can't speak to anything beyond that.

    By the way, there are some really cool sites that can help you find stuff like that: http://duckduckgo.com, http://google.com.

    ...roboticus

    When your only tool is a hammer, all problems look like your thumb.

      Thank you for your reply. I was able to get the net/telnet module from rubygems.org and intall it.