X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=3rdparty%2Fmodules%2Fstdlib%2Flib%2Fpuppet%2Ffunctions%2Fsprintf_hash.rb;h=ddf82b55b9baef854826f317a254604442592335;hb=e04ab5e864ae21d8ea31efb9e7bacf43091f50a3;hp=732673a6f47f66c81e432f58d3ef9bfc539b8e1b;hpb=9dd86576df2182653f8e96f51f11c917341eb4ce;p=mirror%2Fdsa-puppet.git 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