Method: Kennel.update

Defined in:
lib/kennel.rb

.updateObject



55
56
57
58
# File 'lib/kennel.rb', line 55

def update
  syncer.plan
  syncer.update if syncer.confirm
end