Pinned Repositories
debug
Debugging functionality for Ruby
did_you_mean
The gem that has been saving people from typos since 2014
prism
Prism Ruby parser
rake
A make-like build utility for Ruby.
rbs
Type Signature for Ruby
rdoc
RDoc produces HTML and online documentation for Ruby projects.
ruby
The Ruby Programming Language
ruby.wasm
ruby.wasm is a collection of WebAssembly ports of the CRuby.
setup-ruby
An action to download a prebuilt Ruby and add it to the PATH in 5 seconds
www.ruby-lang.org
Source of the https://www.ruby-lang.org website.
The Ruby Programming Language's Repositories
ruby/rake
A make-like build utility for Ruby.
ruby/typeprof
An experimental type-level Ruby interpreter for testing and understanding Ruby code
ruby/benchmark
The Benchmark module provides methods for benchmarking Ruby code, giving detailed reports on the time taken for each task.
ruby/error_highlight
The gem enhances Exception#message by adding a short explanation where the exception is raised
ruby/timeout
Timeout provides a way to auto-terminate a potentially long-running operation if it hasn't finished in a fixed amount of time.
ruby/ostruct
OpenStruct implementation
ruby/logger
simple logging utility
ruby/uri
URI is a module providing classes to handle Uniform Resource Identifiers
ruby/strscan
Provides lexical scanning operations on a String.
ruby/docker-images
Ruby Docker Images
ruby/fileutils
Several file utility methods for copying, moving, removing, etc.
ruby/ruby2_keywords
Shim library for Module#ruby2_keywords
ruby/io-console
add console capabilities to IO instance
ruby/mutex_m
Mixin to extend objects to be handled like a Mutex
ruby/cgi
CGI is a large class, providing several categories of methods, many of which are mixed in from other modules.
ruby/tempfile
A utility class for managing temporary files.
ruby/yaml
This module provides a Ruby interface for data serialization in YAML format.
ruby/net-protocol
The abstruct interface for net-* client.
ruby/set
This library provides the Set class, which deals with a collection of unordered values with no duplicates.
ruby/rinda
A module to implement the Linda distributed computing paradigm in Ruby.
ruby/ruby-dev-builder
CRuby Dev Builds for GitHub Actions
ruby/git.ruby-lang.org
Manifest for the Ruby git server
ruby/prettyprint
This class implements a pretty printing algorithm.
ruby/tmpdir
Retrieve temporary directory path
ruby/readline-ext
The Readline module provides interface for GNU Readline.
ruby/io-nonblock
This gem enables non-blocking mode with IO class.
ruby/ruby-infra-recipe
Manifest for rubyci, gem-codesearch and etc
ruby/syslog
Ruby interface for the POSIX system logging facility
ruby/truffleruby-dev-builder
TruffleRuby Dev Builds for GitHub Actions
ruby/ruby-ci-image
A pipeline to publish Ruby CI container images to http://ghcr.io/ruby/ruby-ci-image .