module Hashie::Extensions::Mash::SymbolizeKeys

def convert_key(key)

Returns:
  • (void) -

Parameters:
  • key (String, Symbol) -- the key to convert to a symbol

Other tags:
    Api: - private
def convert_key(key)
  key.to_sym
end