# File HashStruct.rb, line 29
        def [](key)
                key = key.to_sym unless key.is_a?(Symbol)
                @table[key]
        end