Class: REXML::Element
- Inherits:
-
Object
- Object
- REXML::Element
- Defined in:
- lib/rpath/adapters/rexml.rb
Instance Method Summary collapse
-
#rpath(&block) ⇒ Object
Evaluates an expression on the element.
Instance Method Details
#rpath(&block) ⇒ Object
Evaluates an expression on the element
57 58 59 |
# File 'lib/rpath/adapters/rexml.rb', line 57 def rpath(&block) RPath self, :rexml, &block end |