Module: Avm::Registry

Defined in:
lib/avm/registry.rb,
lib/avm/registry/scms.rb,
lib/avm/registry/runners.rb,
lib/avm/registry/sources.rb,
lib/avm/registry/from_gems.rb,
lib/avm/registry/instances.rb,
lib/avm/registry/with_path.rb,
lib/avm/registry/applications.rb,
lib/avm/registry/file_formats.rb,
lib/avm/registry/config_objects.rb,
lib/avm/registry/with_path/cache.rb,
lib/avm/registry/application_scms.rb,
lib/avm/registry/source_generators.rb,
lib/avm/registry/launcher_stereotypes.rb,
lib/avm/registry/application_stereotypes.rb,
lib/avm/registry/application_stereotypes/build_available.rb,
lib/avm/registry/application_stereotypes/stereotype_builder.rb

Defined Under Namespace

Classes: ApplicationScms, ApplicationStereotypes, Applications, ConfigObjects, FileFormats, FromGems, Instances, LauncherStereotypes, Runners, Scms, SourceGenerators, Sources, WithPath

Class Method Summary collapse

Class Method Details

.registriesArray<Avm::Registry::FromGems>

Returns:



18
19
20
# File 'lib/avm/registry.rb', line 18

def registries
  lists.category.values.map { |c| send(c) }
end