class Spoom::FileTree

def paths_strictness_scores(context)

def paths_strictness_scores(context)
  nodes_strictness_scores(context).map { |node, score| [node.path, score] }.to_h
end