class SymbolHash
def [](key) super(key.to_sym) end
-
(Object)- the value associated with the key
Parameters:
-
key(#to_sym) -- the key to access
def [](key) super(key.to_sym) end
(Object)
- the value associated with the key
key
(#to_sym)
-- the key to access
def [](key) super(key.to_sym) end