class Raykit::Project

def pull

def pull
  Dir.chdir(@directory) do
    run("git pull")
  end
  self
end