The Ruby Programming Language

Results 76 repositories owned by The Ruby Programming Language

logger

97
Stars
56
Forks
Watchers

simple logging utility

matrix

57
Stars
24
Forks
Watchers

An implementation of Matrix and Vector classes

net-http

90
Stars
59
Forks
Watchers

Net::HTTP provides a rich library which can be used to build HTTP user-agents.

net-imap

41
Stars
23
Forks
Watchers

Ruby client api for Internet Message Access Protocol

net-pop

17
Stars
13
Forks
Watchers

This library provides functionality for retrieving email via POP3, the Post Office Protocol version 3. For details of POP3

net-smtp

38
Stars
29
Forks
Watchers

This library provides functionality to send internet mail via SMTP, the Simple Mail Transfer Protocol.

observer

31
Stars
9
Forks
Watchers

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

42
Stars
16
Forks
Watchers

OpenURI is an easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP.

open3

82
Stars
9
Forks
Watchers

Open3 gives you access to stdin, stdout, and stderr when running other programs.

optparse

45
Stars
23
Forks
Watchers

OptionParser is a class for command-line option analysis.