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