FXCalculator::Utils
Instance methods
config_from_opts(config_path : Path | String | Nil, rate_store_name : String | Nil, rate_store_opts : String | Nil, rate_provider_name : String | Nil, rate_provider_opts : String | Nil, currency_code : String | Nil)
SourceParses a string representing a money value along with target currency,
if present, and returns it as a tuple of a Money (original value) and
Money (exchanged to the target currency).