rbs
rbs copied to clipboard
How to use type aliases?
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.