Method: RepoMate::Architecture#destroy
- Defined in:
- lib/repomate/architecture.rb
#destroy ⇒ Object
Deletes the architecture directory including all lower layers
54 55 56 |
# File 'lib/repomate/architecture.rb', line 54 def destroy FileUtils.rm_r(directory) if exist? end |