# File lib/specinfra/backend/exec.rb, line 24
def
send_file
(
from
,
to
)
FileUtils
.
cp
(
from
,
to
)
end