implement merge/update
Reported by bahuvrihi | June 29th, 2008 @ 12:32 PM | 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 June 29th, 2008 @ 12:32 PM
- Milestone cleared.
-
bahuvrihi July 30th, 2008 @ 08:45 AM
- 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.