# File lib/xdg/base_dir.rb, line 117
def
paths
map
{
|
dir
|
Pathname
.
new
(
dir
) }
end