# File lib/specinfra/ec2_metadata.rb, line 40
    def each_key
      keys.each do |k|
        yield k
      end
    end