class Raykit::Project
def push
def push Dir.chdir(@directory) do status = `git status` if status.include?('use "git push"') run("git push") end end self end
def push Dir.chdir(@directory) do status = `git status` if status.include?('use "git push"') run("git push") end end self end