Class: Avm::Git::Scms::Provider

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

Constant Summary collapse

SCMS =
[::Avm::Git::Scms::Git, ::Avm::Git::Scms::GitSubrepo].freeze

Instance Method Summary collapse

Instance Method Details

#allObject



13
14
15
# File 'lib/avm/git/scms/provider.rb', line 13

def all
  SCMS
end