Method: AptlyCli::AptlyCommand#delete
- Defined in:
- lib/aptly_command.rb
#delete(path, options = {}) ⇒ Object
72 73 74 75 |
# File 'lib/aptly_command.rb', line 72 def delete(path, = {}) response = self.class.delete(path, ) process_response(response) end |