Open kyku opened 3 years ago
Given the following code:
class Author < ApplicationRecord # ... has_many :posts do extend T::Sig sig { returns(Integer) } def custom_method 42 end end end
Could it be possible to export custom_method to generated RBI?
Given the following code:
Could it be possible to export custom_method to generated RBI?