From: sto.mar@... Date: 2013-07-01T00:41:50+09:00 Subject: Re: Find element in array of hashes Am 30.06.2013 17:34, schrieb Rodrigo Lueneberg: > Sorry guys for not Copyind and Pasting. But at the same time I am so > happy that I found a place where people really help each other. Thank > you We're always trying to be helpful :) And remember: the more precise the information you give, the better we can help. Generally, it's good practice to make extensive use of 'irb' for experimenting/debugging, and often it's also helpful to include some 'puts myvar', or 'p myvar' statements in the code, to see what is actually going on. Have fun hacking Ruby, Marcus --