The Ruby Programming Language
Repositories related to the Ruby Programming language
- Matsue, Japan
- https://www.ruby-lang.org/
- info@ruby-lang.org
Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up
Pinned repositories
Repositories
timeout
Timeout provides a way to auto-terminate a potentially long-running operation if it hasn't finished in a fixed amount of time.
pstore
PStore implements a file based persistence mechanism based on a Hash.
open3
Open3 gives you access to stdin, stdout, and stderr when running other programs.
net-smtp
This library provides functionality to send internet mail via SMTP, the Simple Mail Transfer Protocol.
net-pop
This library provides functionality for retrieving email via POP3, the Post Office Protocol version 3. For details of POP3
net-http
Net::HTTP provides a rich library which can be used to build HTTP user-agents.
forwardable
Provides delegation of specified methods to a designated object
delegate
This library provides three different ways to delegate method calls to an object.
cgi
CGI is a large class, providing several categories of methods, many of which are mixed in from other modules.
ruby-dev-builder
CRuby Dev Builds for GitHub Actions
jruby-dev-builder
JRuby Dev Builds for GitHub Actions
truffleruby-dev-builder
TruffleRuby Dev Builds for GitHub Actions
reline
The compatible library with the API of Ruby's stdlib 'readline'
racc
Racc is an LALR(1) parser generator. It is written in Ruby itself, and generates ruby programs.

