Class: REXML::Child
- Inherits:
-
Object
- Object
- REXML::Child
- Defined in:
- lib/html/rexml-nodepath.rb
Instance Method Summary collapse
Instance Method Details
#parent_path ⇒ Object
12 13 14 |
# File 'lib/html/rexml-nodepath.rb', line 12 def parent_path parent ? parent.full_path : '' end |