Class: Greyatom::Submit
- Inherits:
-
Object
- Object
- Greyatom::Submit
- Defined in:
- lib/greyatom/lesson/submit.rb,
lib/greyatom/lesson/git-helper.rb
Defined Under Namespace
Classes: GitHelper
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
6 7 8 9 10 11 |
# File 'lib/greyatom/lesson/submit.rb', line 6 def run puts 'submit run' Greyatom::Submit::GitHelper.new().commitAndPush # Just to give GitHub a second to register the repo changes sleep(1) end |