module

Money::Currency::Loader

Constants

DATA_PATH = File.expand_path("../../../../data/currencies", "/tmp/tmp.aCNCAl/src/src/money/currency/loader.cr")

Instance methods

load_currencies

Loads and returns the currencies stored in JSON files inside of data/currencies directory.

Source