module Money::Currency::Loader

Defined in:

money/currency/loader.cr

Constant Summary

DATA_PATH = File.expand_path("../../../../data/currencies", "/home/runner/work/money/money/src/money/currency/loader.cr")

Instance Method Summary

Instance Method Detail

def load_currencies #

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


[View source]