# File lib/openstack/compute/metadata.rb, line 27 def each_pair @metadata = {} if @metadata.nil? @metadata.each_pair do |k,v| yield k, v end end