Class: REXML::Text
- Inherits:
-
Object
- Object
- REXML::Text
- Defined in:
- lib/html/rexml-nodepath.rb
Instance Method Summary collapse
Instance Method Details
#full_path ⇒ Object
39 40 41 |
# File 'lib/html/rexml-nodepath.rb', line 39 def full_path parent_path + '/text()' + " " + end |