Method: LibXML::XML::Node#at
- Defined in:
- lib/rmtools/xml/finders.rb
#at(xpath, nslist = DefaultNS) ⇒ Object
57 58 59 |
# File 'lib/rmtools/xml/finders.rb', line 57 def at(xpath, nslist=DefaultNS) find(xpath, nslist)[0] end |
57 58 59 |
# File 'lib/rmtools/xml/finders.rb', line 57 def at(xpath, nslist=DefaultNS) find(xpath, nslist)[0] end |