Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / lib / puppet / parser / functions / shuffle.rb
index 5e6d93b..3e10739 100644 (file)
@@ -3,7 +3,11 @@
 #
 module Puppet::Parser::Functions
   newfunction(:shuffle, :type => :rvalue, :doc => <<-DOC
+  @summary
     Randomizes the order of a string or array elements.
+
+   @return
+     randomized string or array
   DOC
              ) do |arguments|