Files
setup-ruby/node_modules/tmpl
Stephen Franceschelli b387336039 Fix.
2019-07-15 13:56:32 -04:00
..
2019-07-15 13:56:32 -04:00
2019-07-15 13:56:32 -04:00
2019-07-15 13:56:32 -04:00
2019-07-15 13:56:32 -04:00
2019-07-15 13:56:32 -04:00

tmpl Build Status

Simple string formatting using {}.

assert.equal(
  tmpl('the answer is {answer}', { answer: 42 }),
  'the answer is 42')