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
Where as currently we have a partial method/constant interface, e.g. XDG::Config.home or XDG.config.home. It is possible to use a complete constant and make it act both like an string/array and a pathname.
Where as currently we have a partial method/constant interface, e.g.
XDG::Config.home
orXDG.config.home
. It is possible to use a complete constant and make it act both like an string/array and a pathname.But still have a file based set of methods too:
And to include both home and dirs:
(Might use a different name for #find since that's used by Enumerable already, but not sure what that might be.)
The text was updated successfully, but these errors were encountered: