On Thu, Nov 13, 2008 at 04:33:07AM +0900, Jim Deville wrote:
> It could also behave like an array with Enumerable, each and :[] defined. It should still be light weight, just cleaner to query.
I can see the reasoning behind having a Parameter class (although I still
think a two-tuple would be simpler)
I can't see, however, why you wouldn't just have an Array of Parameter
objects, rather than a separate Parameters container object.