Skip to content

Release Note 3.5

Soutaro Matsumoto edited this page Apr 23, 2024 · 8 revisions

Some of the highlights in RBS 3.5 are:

  • Optional record keys (#1717)
  • Untyped function parameters (#1806)

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

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

Read the CHANGELOG for the details.

RBS 3.5 has many stdlib signature updates. Updating to 3.5 may cause having different type checking results.

Optional record keys

Untyped function parameters

Clone this wiki locally