# File lib/money/currency/loader.rb, line 9
      def load_currencies
        currencies = parse_currency_file("currency_iso.json")
        currencies.merge! parse_currency_file("currency_non_iso.json")
        currencies.merge! parse_currency_file("currency_backwards_compatible.json")
      end