# File lib/packet/double_keyed_hash.rb, line 34 def each @internal_hash.each { |key,value| yield(key,value)} end