Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #3367
| From | Quintus <sutniuq@gmx.net> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | Re: Can I append hash to hashes? |
| Date | 2011-04-22 02:53 -0500 |
| Organization | Service de news de lacave.net |
| Message-ID | <4DB13412.4000108@gmx.net> (permalink) |
| References | <3d3ff00fedc9442b82823de5ba1d77ae@ruby-forum.com> |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Am 22.04.2011 09:22, schrieb Siratinee Sukachai:
> I need to do a hash some kind like this:
> Member => {email => Email, name => Name, lastname => Lastname}
>
> But I get a hash in foreach loop so I need to append a hash to hashes.
> e.g.
> First round: Member => {email => Email}
> Second round: Member => {email => Email, name => Name}
> Third round: Member => {email => Email, name => Name, lastname =>
> Lastname}
>
> Can I do that and how?
> In my case I cannot do the array because I need to use this hash to
> generate yaml later.
> If I do as the array, the formatting what I get in yaml is not what I
> need.
> Pls help...
>
Have a look at the Hash#merge and Hash#merge! methods.
http://www.ruby-doc.org/core/classes/Hash.html#M000759
http://www.ruby-doc.org/core/classes/Hash.html#M000758
Vale,
Marvin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJNsTQQAAoJELh1XLHFkqha4wwH/RbyOJ6I1HZip5oeAORqYfdB
NdZ6g9YNUh3Y/jX9h7UOFptvJIO8E7CMCgP7ptfqk80jOr5AxEzaBAPY3HRqjGIj
O0uIt8FIu078KmNiBeP2dVHMKCUEPHGWrfGV4pOYkTEDBO7pmkF/KTEuggIdxHGC
gSziditMIpdRqSMeDHufscTCx8OrdU05aLNDiuL8nCpf+HS1Ou5Kyww5FBYbhhD5
Il4BKJyRhZTRYtoAXoSyb9nl+2wZ6/yP36ymQ/37GxmIfVpmQys7mjukjy1mVRbf
OPFqfOdhwnavrzhKYuZJvGMHxegQztjOvsDDZ8QvvxcCNP1Fg4EMLcjnckkEOiI=
=k4QL
-----END PGP SIGNATURE-----
Back to comp.lang.ruby | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Can I append hash to hashes? Siratinee Sukachai <ploy.sukachai@gmail.com> - 2011-04-22 02:22 -0500
Re: Can I append hash to hashes? Giampiero Zanchi <cidza@tin.it> - 2011-04-22 02:40 -0500
Re: Can I append hash to hashes? Quintus <sutniuq@gmx.net> - 2011-04-22 02:53 -0500
Re: Can I append hash to hashes? Siratinee Sukachai <ploy.sukachai@gmail.com> - 2011-04-22 03:13 -0500
Re: Can I append hash to hashes? Robert Dober <robert.dober@gmail.com> - 2011-04-22 04:07 -0500
Re: Can I append hash to hashes? Siratinee Sukachai <ploy.sukachai@gmail.com> - 2011-04-22 05:43 -0500
csiph-web