Method: REXML::QuickPath.attribute
- Defined in:
- lib/rexml/quickpath.rb
.attribute(name) ⇒ Object
206 207 208 |
# File 'lib/rexml/quickpath.rb', line 206 def QuickPath::attribute( name ) return Functions.node.attributes[name] if Functions.node.kind_of? Element end |