class Rails::Paths::Root

def all_paths

def all_paths
  values.tap { |v| v.uniq! }
end