Method: Udat::Collection#length
- Defined in:
- lib/udat.rb
#length ⇒ Object Also known as: size
Returns the number of values in the collection.
876 877 878 879 880 |
# File 'lib/udat.rb', line 876 def length synchronize do @entries.length end end |