class YARD::RegistryStore

def all_disk_objects

def all_disk_objects
  Dir.glob(File.join(objects_path, '**/*')).select {|f| File.file?(f) }
end