module Hashie::Extensions::Mash::SymbolizeKeys
def convert_key(key)
-
(void)
-
Parameters:
-
key
(String, Symbol
) -- the key to convert to a symbol
Other tags:
- Api: - private
def convert_key(key) key.to_sym end
(void)
-
key
(String, Symbol
)
-- the key to convert to a symbol
def convert_key(key) key.to_sym end