# File lib/packet/double_keyed_hash.rb, line 10 def []=(key1,key2,value) @keys1[key2] = key1 @internal_hash[key1] = value end