# File lib/rhc/rest/user.rb, line 19
def
find_key
(
name
)
keys
.
detect
{
|
key
|
key
.
name
==
name
}
end