Class: Gisha::DeleteRepositoryCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Gisha::DeleteRepositoryCommand
- Defined in:
- lib/gisha/cli.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
53 54 55 |
# File 'lib/gisha/cli.rb', line 53 def execute FileUtils.rm_rf(path) end |