# File lib/piston/commands/switch.rb, line 106 def copy(dir, file) FileUtils.cp(File.join(dir.tmp, file), File.join(dir, file)) end