Class: Avm::Git::Scms::Provider
- Inherits:
-
Object
- Object
- Avm::Git::Scms::Provider
- 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
#all ⇒ Object
13 14 15 |
# File 'lib/avm/git/scms/provider.rb', line 13 def all SCMS end |