103 104 105
# File 'lib/exa/tree_node.rb', line 103 def copy(target) Copier.new(self, target).perform! end