There's no documentation for this item.
# File hpricot/elements.rb, line 362 def copy_node(node, l) l.instance_variables.each do |iv| node.instance_variable_set(iv, l.instance_variable_get(iv)) end end
<code/>
<pre/>
<code/>and<pre/>for code samples.