Skip to content

Release Note 3.6

Soutaro Matsumoto edited this page Sep 17, 2024 · 5 revisions

Some of the highlights in RBS 3.6 are:

  • Generics improvements (#1994)

You can install it with $ gem install rbs --pre or using Bundler.

gem 'rbs', '~> 3.6.0.pre'

Read the CHANGELOG for the details.

Generics improvements

Upper bound can be any type

The upper bounds can be any type.

Default types

The generic type parameters can have default types.

Clone this wiki locally