X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=blobdiff_plain;f=3rdparty%2Fmodules%2Fstdlib%2Flib%2Fpuppet%2Fparser%2Ffunctions%2Fsort.rb;h=a6e0509dcf84e867736ba36b1b2c628be4d27548;hp=65308da5e1cc285baed39ef20bd3ed15a3f41441;hb=30caaa85aed7015ca0d77216bff175eebd917eb7;hpb=6f656bd4265e3dab13b9af2bf96e9044322e9d8f diff --git a/3rdparty/modules/stdlib/lib/puppet/parser/functions/sort.rb b/3rdparty/modules/stdlib/lib/puppet/parser/functions/sort.rb index 65308da5e..a6e0509dc 100644 --- a/3rdparty/modules/stdlib/lib/puppet/parser/functions/sort.rb +++ b/3rdparty/modules/stdlib/lib/puppet/parser/functions/sort.rb @@ -4,7 +4,11 @@ # module Puppet::Parser::Functions newfunction(:sort, :type => :rvalue, :doc => <<-DOC - Sorts strings and arrays lexically. + @summary + Sorts strings and arrays lexically. + + @return + sorted string or array Note that from Puppet 6.0.0 the same function in Puppet will be used instead of this. DOC