How do you pluck out a hash key that has for example
Hash 1 {sample => {apple => 1, guest_email => my_email@example.com }}
Hash 2 {guest => {email => my_email@example.com}}
Lets say I want 1 method that will pluck out the email from either of those hashes, is there any way I can that like lets say hash.get_key_match("email")