Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / lib / puppet / parser / functions / squeeze.rb
index eaa1404..548c933 100644 (file)
@@ -3,7 +3,11 @@
 #
 module Puppet::Parser::Functions
   newfunction(:squeeze, :type => :rvalue, :doc => <<-DOC
-    Returns a new string where runs of the same character that occur in this set are replaced by a single character.
+    @summary
+      Returns a new string where runs of the same character that occur in this set are replaced by a single character.
+
+    @return
+      a new string where runs of the same character that occur in this set are replaced by a single character.
   DOC
              ) do |arguments|