Class: Avm::Git::LauncherStereotypes::Provider

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/git/launcher_stereotypes/provider.rb

Constant Summary collapse

STEREOTYPES =
[::Avm::Git::LauncherStereotypes::Git,
::Avm::Git::LauncherStereotypes::GitSubrepo,
::Avm::Git::LauncherStereotypes::GitSubtree].freeze

Instance Method Summary collapse

Instance Method Details

#allObject



16
17
18
# File 'lib/avm/git/launcher_stereotypes/provider.rb', line 16

def all
  STEREOTYPES
end