# File radius/packet.rb, line 73 def initialize(dict) @dict = dict @attributes = Hash.new(nil) @vsattributes = Array.new end