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
Deprecated utility method Kernel#Namespace to avoid potential method name conflict with the new namespace feature, that might be provided in the future version of Ruby.
This PR also deprecated Kernel#TypeName.
You can use RBS::Namespace.parse and RBS::TypeName.parse to convert a String into RBS::Namespace and RBS::TypeName respectively.