implement merge/update
Reported by bahuvrihi | 2008-06-29 12:32:27 UTC | in Constants 1.0
ConstantLibrary should be allowed to merge/update itself with new values (for instance a custom set of mass values for Elements). This should update indicies and collections WITHOUT overwriting the index/collection objects... such that:
SOME_INDEX = Element.library.collect :index {...}
SOME_INDEX # => the current :index
Element.library.update ...
SOME_INDEX # => the updated :index
Comments and changes to this ticket
-

bahuvrihi 2008-06-29 12:32:41 UTC
- Milestone cleared.
-

bahuvrihi 2008-07-30 08:45:56 UTC
- Milestone set to Constants 1.0
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Libraries of physical and chemical constants for scientific calculations in Ruby.