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
ruby
The Ruby Programming Language
ruby.wasm
ruby.wasm is a collection of WebAssembly ports of the CRuby.
rubygems
Library packaging and distribution for Ruby.
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/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/ostruct
OpenStruct implementation
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/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/optparse
OptionParser is a class for command-line option analysis.
ruby/ruby2_keywords
Shim library for Module#ruby2_keywords
ruby/open-uri
OpenURI is an easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP.
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/shellwords
Manipulates strings with word parsing rules of UNIX Bourne shell
ruby/rinda
A module to implement the Linda distributed computing paradigm in Ruby.
ruby/git.ruby-lang.org
Manifest for the Ruby git server
ruby/time
Extends the Time class with methods for parsing and conversion
ruby/io-wait
the feature for waiting until IO is readable or writable without blocking.
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