A library of utility services and concerns.
Messaging strategy that loads message templates from the given file.
#initialize(file_name) => FileStrategy
#file_name => String (readonly)
#templates => Hash (readonly)
#call(key, parameters: {}, scope: nil, **options) => String
Generates a formatted string for the given key, parameters, and options.
Back to Documentation | Reference | SleepingKingStudios | SleepingKingStudios::Tools | SleepingKingStudios::Tools::Messages | SleepingKingStudios::Tools::Messages::Strategies