X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=blobdiff_plain;f=3rdparty%2Fmodules%2Fstdlib%2Flib%2Fpuppet%2Ffunctions%2Fsprintf_hash.rb;h=ddf82b55b9baef854826f317a254604442592335;hp=732673a6f47f66c81e432f58d3ef9bfc539b8e1b;hb=30caaa85aed7015ca0d77216bff175eebd917eb7;hpb=6f656bd4265e3dab13b9af2bf96e9044322e9d8f diff --git a/3rdparty/modules/stdlib/lib/puppet/functions/sprintf_hash.rb b/3rdparty/modules/stdlib/lib/puppet/functions/sprintf_hash.rb index 732673a6f..ddf82b55b 100644 --- a/3rdparty/modules/stdlib/lib/puppet/functions/sprintf_hash.rb +++ b/3rdparty/modules/stdlib/lib/puppet/functions/sprintf_hash.rb @@ -1,4 +1,5 @@ -# Uses sprintf with named references. +# @summary +# Uses sprintf with named references. # # The first parameter is format string describing how the rest of the parameters in the hash # should be formatted. See the documentation for the `Kernel::sprintf` function in Ruby for