Method: XMPPSimple::Node#at

Defined in:
lib/xmpp_simple/node.rb

#at(*args) ⇒ Object



11
12
13
14
# File 'lib/xmpp_simple/node.rb', line 11

def at(*args)
  document.root = self
  document.at(*args)
end