class Money::Config

def thread_local_config

def thread_local_config
  Thread.current[CONFIG_THREAD] ||= {}
end