class Registry::Checkout

def checkout

def checkout
  self.path = File.join(Dir.tmpdir, name)
  cd(Dir.tmpdir) { system "#{checkout_command}" }
end