Subject: | Make _dirs part of the public API |
I find rlib very useful, and would like to be able to use _dirs() in other contexts (DRY). I can call it directly as rlib::_dirs(), and it works fine. However, since it's not part of the public API, I officially can't rely on it. Would you be willing to add a documented public access point to _dirs? Thanks for considering this request!
Chris