module Money::Currency::Loader
Defined in:
money/currency/loader.crConstant Summary
-
DATA_PATH =
File.expand_path("../../../../data/currencies", "/home/runner/work/money/money/src/money/currency/loader.cr")
Instance Method Summary
-
#load_currencies
Loads and returns the currencies stored in JSON files inside of
data/currencies
directory.
Instance Method Detail
def load_currencies
#
Loads and returns the currencies stored in JSON files
inside of data/currencies
directory.