# File lib/fog/rackspace/models/compute_v2/key_pairs.rb, line 30
        def get(key_name)
            begin
                new(service.get_keypair(key_name).body['keypair'])
            rescue Fog::Compute::RackspaceV2::NotFound
                nil
            end
        end