# File iconv/charset_alias.rb, line 13
def [](key)
val = super and val.last
end
# File iconv/charset_alias.rb, line 16
def []=(key, val)
ary = fetch(key) {return super(key, [self.size, key, val])} and
ary << val
end