class Ghsync::App

Public Instance Methods

run() click to toggle source
# File lib/ghsync/app.rb, line 7
def run
  config = Config.load_config
  repo_syncer = RepoSync.new(config)
  repo_syncer.sync
end