Soutaro Matsumoto

Results 52 issues of Soutaro Matsumoto

Testing https://github.com/ruby/rbs/pull/973

```yml config: - rule: sample.test on: /test - rule: rails.app.controller on: /app/controllers - rule: capybara on: /features - rule: minitest on: - /test - /features ```

They will be removed in Ruby 3.2: https://github.com/ruby/ruby/pull/5974

ruby-3.2
rbs

https://hackmd.io/xLrYaqUtQ1GhgTHODkYypw This is a feature for `BasicObject#instance_eval` and `scope` in ActiveRecord.

spec

https://github.com/ruby/ruby/pull/6036 The `IO#wait` return types are now `boolish`.

ruby-3.2
rbs

We provide the signatures of a very limited number of standard library classes. We will really appreciate if you write the signature of other classes. (Note that we are currently...

good first issue

There are some changes in method type definitions in Ruby 3.1 and many documentation changes since the RBS files in this repo is generated. So, let's update the RBS files!...

The option allows working with RBSs with unknown type names. It allows continue working without defining all of the classes beforehand.

Writing RBS files, especially for standard libraries, requires a lot of duplications. (Example: `File.open`, `Pathname#open`, `Kernel#open`, `CSV.open`, ...) They are sometimes essentially depending types of other methods. We know the...