Regular hashes are good. Would need to make a decision whether to
prefer string or symbol keys.

String is easier to support; Symbol looks prettier in your editor.

Evan

On 9/25/07, Julian 'Julik' Tarkhanov <[EMAIL PROTECTED]> wrote:
>
>
> On Sep 26, 2007, at 12:26 AM, why the lucky stiff wrote:
>
>
>  class H < OpenStruct
>
> How about
>
> class H < (HashWithIndifferentAccess rescue Hash)
>
> for the lesser among us (who always include and require)?
>
> --
> Julian 'Julik' Tarkhanov
> please send all personal mail to [EMAIL PROTECTED]
>
>
>
>
> _______________________________________________
> Camping-list mailing list
> Camping-list@rubyforge.org
> http://rubyforge.org/mailman/listinfo/camping-list
>


-- 
Evan Weaver
Cloudburst, LLC
_______________________________________________
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list

Reply via email to