Method: Udat::Collection#length

Defined in:
lib/udat.rb

#lengthObject 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