# File lib/specinfra/ec2_metadata.rb, line 34
    def each
      keys.each do |k|
        yield k, @metadata[k]
      end
    end