class Greyatom::Submit

Public Instance Methods

run() click to toggle source
# 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