Skip to content

ruby/gem_rbs_collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

61a28f2 · Apr 1, 2025
Jun 1, 2024
Dec 24, 2024
Oct 20, 2024
Mar 18, 2024
Mar 29, 2025
Oct 31, 2021
Mar 31, 2022
Jan 24, 2024
May 31, 2024
Mar 23, 2025
Jun 17, 2024
Apr 1, 2025
Oct 15, 2020
May 25, 2023

Repository files navigation

gem_rbs_collection: A collection of RBS for gems

RBS is a standard type signature syntax for Ruby programs. This is a community-managed collection of RBS files for gems that ship without RBS.

Loading RBS from the repository

You can use rbs collection command to load RBS files from this repository.

# Create rbs_collection.yaml
$ rbs collection init

# Resolve dependencies and install RBS files from this repository
$ rbs collection install

If rbs_collection.yaml exists, the installed RBSs are loaded automatically. You do not need any configuration for rbs and steep commands.

See collection.md in ruby/rbs repository for more details.

How to contribute

See CONTRIBUTING.md