method
name
v1_8_6_287 -
Show latest stable
- Class:
REXML::Functions
name( node_set=nil )public
No documentation available.
# File lib/rexml/functions.rb, line 59
def Functions::name( node_set=nil )
get_namespace( node_set ) do |node|
node.expanded_name
end
end