# File lib/phusion_passenger/common_library.rb, line 47
        def initialize_copy(other)
                [:all_components, :all_ordered_components, :selected_components, :namespace, :output_dir].each do |name|
                        var_name = "@#{name}"
                        instance_variable_set(var_name, other.instance_variable_get(var_name).dup)
                end
        end