Module: Avm::Registry
- Defined in:
- lib/avm/registry.rb,
lib/avm/registry/base.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/detection_error.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, Base, ConfigObjects, DetectionError, FileFormats, FromGems, Instances, LauncherStereotypes, Runners, Scms, SourceGenerators, Sources, WithPath
Class Method Summary collapse
Class Method Details
.registries ⇒ Array<Avm::Registry::FromGems>
15 16 17 |
# File 'lib/avm/registry.rb', line 15 def registries lists.category.values.map { |c| send(c) } end |