module Money::Currency::Loader
Defined in:
money/currency/loader.crConstant Summary
-
DATA_PATH =
File.expand_path("../../../../data/currencies", "/srv/crystaldoc.info/github-crystal-money-money-v1.3.0/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.