83 84 85
# File 'lib/evm/builder.rb', line 83 def copy(from, to) run_command "cp -a #{from} #{to}" end