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%2Fsqueeze.rb;h=548c93313b79a110f84222af85f295fe4cd0e242;hp=eaa14041446fe0bbd7b0a2c8ee959991ba6d7c1c;hb=30caaa85aed7015ca0d77216bff175eebd917eb7;hpb=6f656bd4265e3dab13b9af2bf96e9044322e9d8f diff --git a/3rdparty/modules/stdlib/lib/puppet/parser/functions/squeeze.rb b/3rdparty/modules/stdlib/lib/puppet/parser/functions/squeeze.rb index eaa140414..548c93313 100644 --- a/3rdparty/modules/stdlib/lib/puppet/parser/functions/squeeze.rb +++ b/3rdparty/modules/stdlib/lib/puppet/parser/functions/squeeze.rb @@ -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|