-
Notifications
You must be signed in to change notification settings - Fork 118
Release Note 2.0
Soutaro Matsumoto edited this page Apr 14, 2026
·
4 revisions
The latest version of Steep 2.0 is 2.0.0.
Some of the highlights in Steep 2.0 are:
- Inline RBS Declaration
-
steep servercommand -
steep querycommand
You can install it with $ gem install steep or using Bundler.
gem 'steep', require: falseSee the CHANGELOG for the details.
Steep 2.0 ships with experimental inline RBS declaration.
You can enable the feature by declaring that a set of source code to type check uses inline RBS declarations.
check "lib", inline: trueThen you can write the inline RBS declaration comments for type checking your source code.
See inline.md in RBS repo for the details of supported syntaxes.