Ruby: Ensure TRoute and TRouteBlock are private

This commit is contained in:
Harry Maclean
2022-02-03 10:55:28 +13:00
parent 80835a5a19
commit 61cd05cfc5

View File

@@ -703,7 +703,7 @@ module ActionDispatch {
}
}
import Cached
private import Cached
/**
* This module contains the IPA types backing `RouteBlock` and `Route`, cached for performance.