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
In my code, I have a function that returns RBS::Parser.parse_type(...). So do I declare the return value to be RBS::Types::t? But that type is not listed in rbs -r rbs list. So I don't know if it's acceptable (public?) or not.