You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Ryan! Your observations are exactly correct, and match this existing issue: #1918
I have some work-in-progress in #1936 which standardizes on always emitting attr_* methods as plain methods, so their types can be merged along with other plain methods like normal. I'm not sure when I'll be able to merge that, however.
For now, the temporary workaround is to write the gems' inline types using regular method syntax, instead of attr_*.
POC
If you look in the extracted rbi file for pdf-reader you will see that none of the attr_reader methods have signatures
This might apply to all gems including ones with inline types
The text was updated successfully, but these errors were encountered: