Class: REXML::Child

Inherits:
Object
  • Object
show all
Defined in:
lib/html/rexml-nodepath.rb

Instance Method Summary collapse

Instance Method Details

#parent_pathObject



12
13
14
# File 'lib/html/rexml-nodepath.rb', line 12

def parent_path
    parent ? parent.full_path : ''
end