Method: Kennel.update

Defined in:
lib/kennel.rb

.updateObject



49
50
51
52
# File 'lib/kennel.rb', line 49

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