Class: Ghsync::App
- Inherits:
-
Object
- Object
- Ghsync::App
- Defined in:
- lib/ghsync/app.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
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 |