module Money::Currency::Loader

def load_crypto_currencies

def load_crypto_currencies
  currencies = {}
  currencies.merge!(YAML.load_file("#{CURRENCY_DATA_PATH}/crypto.yml"))
  deep_deduplicate!(currencies)
end