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