The Ruby Programming Language
The Ruby Programming Language
net-http
Net::HTTP provides a rich library which can be used to build HTTP user-agents.
net-imap
Ruby client api for Internet Message Access Protocol
net-pop
This library provides functionality for retrieving email via POP3, the Post Office Protocol version 3. For details of POP3
net-smtp
This library provides functionality to send internet mail via SMTP, the Simple Mail Transfer Protocol.
observer
The Observer pattern provides a simple mechanism for one object to inform a set of interested third-party objects when its state changes.
open-uri
OpenURI is an easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP.
open3
Open3 gives you access to stdin, stdout, and stderr when running other programs.
optparse
OptionParser is a class for command-line option analysis.