# File lib/specinfra/backend/dockerfile.rb, line 22 def send_file(from, to) @lines << "ADD #{from} #{to}" CommandResult.new end