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
-
-
truffleruby-dev-builder
TruffleRuby Dev Builds for GitHub Actions
-
-
racc
Racc is an LALR(1) parser generator. It is written in Ruby itself, and generates ruby programs.
-
irb
interactive Ruby
-
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
-
-
reline
The compatible library with the API of Ruby's stdlib 'readline'
-
ruby-builder
A repository building Ruby/JRuby/TruffleRuby releases to be used in GitHub Actions
-
net-smtp
This library provides functionality to send internet mail via SMTP, the Simple Mail Transfer Protocol.
-
net-protocol
The abstruct interface for net-* client.
-
net-pop
This library provides functionality for retrieving email via POP3, the Post Office Protocol version 3. For details of POP3
-
-
curses
Ruby binding for curses, ncurses, and PDCurses. Formerly part of the ruby standard library.
-
tracer
Outputs a source level execution trace of a Ruby program.
-
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.
-
ostruct
OpenStruct implementation
-
open3
Open3 gives you access to stdin, stdout, and stderr when running other programs.