Method: AptlyCli::AptlyCommand#put
- Defined in:
- lib/aptly_command.rb
#put(path, options = {}) ⇒ Object
87 88 89 90 |
# File 'lib/aptly_command.rb', line 87 def put(path, = {}) response = self.class.put(path, ) process_response(response) end |