# File lib/fog/joyent/models/compute/keys.rb, line 15 def get(keyname) data = connection.get_key(keyname).body if data new(data) else nil end end