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
-
-
logger
simple logging utility
-
benchmark
The Benchmark module provides methods for benchmarking Ruby code, giving detailed reports on the time taken for each task.
-
net-smtp
This library provides functionality to send internet mail via SMTP, the Simple Mail Transfer Protocol.
-
pstore
PStore implements a file based persistence mechanism based on a Hash.
-
getoptlong
The GetoptLong class allows you to parse command line options similarly to the GNU getopt_long() C library call.
-
net-pop
This library provides functionality for retrieving email via POP3, the Post Office Protocol version 3. For details of POP3
-
delegate
This library provides three different ways to delegate method calls to an object.
-
setup-ruby
An action to download a prebuilt Ruby and add it to the PATH in 5 seconds
-
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
-
irb
interactive Ruby
-
observer
The Observer pattern provides a simple mechanism for one object to inform a set of interested third-party objects when its state changes.
-
racc
Racc is an LALR(1) parser generator. It is written in Ruby itself, and generates ruby programs.
-
open3
Open3 gives you access to stdin, stdout, and stderr when running other programs.
-
-
singleton
The Singleton module implements the Singleton pattern.
-
-
ruby-commit-hook
Git hooks for ruby/ruby repository
-
ruby-builder
A repository building Ruby/JRuby/TruffleRuby releases to be used in GitHub Actions