# ??? HERE: Does it matter if I do @child_node = children (without the @
for children)? What's the difference with using the @ and not?
It depends on your intent with the variable children. If it is just a
temporary variable that you want to use while generating the @child_node
value then it is fine not to have the '@'
Good catch. I think I missed the point of the OP's question.
···
On Thu, Jun 12, 2008 at 1:00 PM, Kevin Compton <klcompt@gmail.com> wrote:
It depends on your intent with the variable children. If it is just a
temporary variable that you want to use while generating the @child_node
value then it is fine not to have the '@'