# File lib/specinfra/backend/exec.rb, line 28 def send_directory(from, to) FileUtils.cp_r(from, to) end