Yuki Kurihara

Results 83 comments of Yuki Kurihara

@mtsmfm Hi. Sorry for cutting in, but my understanding is that I don't think it is easy to solve this problem. Steep has special support for some methods, a feature...

Maybe resolved. https://github.com/soutaro/steep/pull/444

@pocke This is a big change, but I hope you can see it.

@G-Rath Thank you for the feedback! This is the first feedback and I am really pleased. I created the PR. Please feel free to give me feedback on its use...

@G-Rath I have generated an RBS for `aws-sdk-ssm` https://github.com/ruby/gem_rbs_collection/pull/191 . Feel free to let me know if you have any problems.

How about to use module self types? ```rbs # a.rbs module A : ActiveRecord::Base extend ActiveSupport::Concern end ``` It will supports `A#bar` signature. --- As for `#included`, I'm still looking...

@soutaro Perhaps @joker1007 is asking how to specify the inner context of the ClassMethods module using self module type?(Sorry I don't know the answer...) ```rbs module A : ActiveRecord::Base module...

@pocke I've committed the generator and regenerated!

I fixed dependency for rack. And also add to call check-untyped-call.rb on `_scripts/test`

@pocke Many thanks for the confirmation. I have corrected the points raised and updated the code to the latest state. Please check it.