Class: REXML::Attribute
- Inherits:
-
Object
- Object
- REXML::Attribute
- Defined in:
- lib/html/rexml-nodepath.rb
Instance Method Summary collapse
Instance Method Details
#full_path ⇒ Object
45 46 47 |
# File 'lib/html/rexml-nodepath.rb', line 45 def full_path element.full_path + '/@' + name end |