# File lib/openstack/compute/metadata.rb, line 81 def delete(keys) return if @metadata.nil? keys.each { |key| @metadata.delete(key) } end