Method: Dbsync::Sync#pull

Defined in:
lib/dbsync/sync.rb

#pullObject

Update the local dump file, and update the local database.



89
90
91
92
# File 'lib/dbsync/sync.rb', line 89

def pull
  fetch
  merge
end