class SymbolHash

def [](key) super(key.to_sym) end

Returns:
  • (Object) - the value associated with the key

Parameters:
  • key (#to_sym) -- the key to access
def [](key) super(key.to_sym) end