Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / lib / puppet / parser / functions / sort.rb
index 65308da..a6e0509 100644 (file)
@@ -4,7 +4,11 @@
 #
 module Puppet::Parser::Functions
   newfunction(:sort, :type => :rvalue, :doc => <<-DOC
 #
 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
 
     Note that from Puppet 6.0.0 the same function in Puppet will be used instead of this.
   DOC