(ENV.fetch("HOME") + "/").freeze
6 7 8 9 10 11 12
# File 'lib/mac_setup/symlink_path_builder.rb', line 6 def paths_for(root_dir) root = Pathname.new(root_dir) each_child(root) do |child| yield [child.to_s, rewrite_path(child, root)] end end