add(object) -> ()
push(object) -> ()
self << object -> ()
object を子ノード列の最後に追加します。
object の親ノードには self が設定されます。