Class: Crusoe::Commands::Git::Add
- Inherits:
-
GitCommand
- Object
- GitCommand
- Crusoe::Commands::Git::Add
- Defined in:
- lib/crusoe/commands/git/add.rb
Constant Summary
Constants inherited from GitCommand
Instance Attribute Summary
Attributes inherited from GitCommand
Instance Method Summary collapse
Methods inherited from GitCommand
Constructor Details
This class inherits a constructor from Crusoe::Commands::Git::GitCommand
Instance Method Details
#all ⇒ Object
6 7 8 |
# File 'lib/crusoe/commands/git/add.rb', line 6 def all git_client.add(all: true) end |