Ryan Ong

Results 11 issues of Ryan Ong

When generating `sorbet/rbi/gems/[email protected]` with `tapioca gem code_ownership` module_function defined methods will be created without signatures. ```ruby # Gemfile source "https://rubygems.org" gem 'tapioca', require: false, :group => [:development, :test] gem "code_ownership",...