class SymbolHash

def key?(key) super(key.to_sym) end

Returns:
  • (Boolean) - whether the key exists

Parameters:
  • key (#to_sym) -- the key to test
def key?(key) super(key.to_sym) end