Method: REXML::Functions.count
- Defined in:
- lib/rexml/functions.rb
.count(node_set) ⇒ Object
Returns the size of the given list of nodes.
60 61 62 |
# File 'lib/rexml/functions.rb', line 60 def Functions::count( node_set ) node_set.size end |