class KPM::Utils

def path_with_skipped_top_level_dir(path)

def path_with_skipped_top_level_dir(path)
  Pathname(path).each_filename.to_a[1..-1].join(File::SEPARATOR)
end