# File lib/fog/rackspace/mock_data.rb, line 127 def self.keep(hash, *keys) {}.tap do |kept| keys.each{|k| kept[k]= hash[k] if hash.key?(k)} end end