11 12 13 14
# File 'lib/xmpp_simple/node.rb', line 11 def at(*args) document.root = self document.at(*args) end