# File lib/rufus/cloche.rb, line 226
    def ids (type)

      Dir[File.join(dir_for(type), '**', '*.json')].collect { |p|
        File.basename(p, '.json')
      }.sort
    end