Class: REXML::Attribute

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

Instance Method Summary collapse

Instance Method Details

#full_pathObject



45
46
47
# File 'lib/html/rexml-nodepath.rb', line 45

def full_path
  element.full_path + '/@' + name
end