Net::Netrc 0.1.0

Net::Netrc is a pure Ruby module providing ftp(1)-compatible .netrc file
parsing.

Available as a RubyGem:

gem install net-netrc

or via the project site at

http://net-netrc.rubyforge.org

Bob S. wrote:

Net::Netrc is a pure Ruby module providing ftp(1)-compatible .netrc file
parsing.

That’s great. I think that we need something like this in the stdlib
even. However, implementation-wise
http://www.rubyist.net/~nobu/ruby/netrc.rb is a lot more Rubyish.
(Also, Nobu’s solution only parses the file once, not once for every
lookup.)

    nikolai