Method: REXML::Element#get_path
- Defined in:
- lib/assert_xpath.rb
#get_path(xpath) ⇒ Object Also known as: /
ERGO match??
940 941 942 943 |
# File 'lib/assert_xpath.rb', line 940 def get_path(xpath) node = each_element(xpath.to_s){}.first return _bequeath_attributes(node) if node end |