Class: Ghsync::App

Inherits:
Object
  • Object
show all
Defined in:
lib/ghsync/app.rb

Instance Method Summary collapse

Instance Method Details

#runObject



7
8
9
10
11
# File 'lib/ghsync/app.rb', line 7

def run
  config = Config.load_config
  repo_syncer = RepoSync.new(config)
  repo_syncer.sync
end