summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/squeeze.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/parser/functions/squeeze.rb')
-rw-r--r--lib/puppet/parser/functions/squeeze.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/parser/functions/squeeze.rb b/lib/puppet/parser/functions/squeeze.rb
index 9a1dd20..65c174a 100644
--- a/lib/puppet/parser/functions/squeeze.rb
+++ b/lib/puppet/parser/functions/squeeze.rb
@@ -4,6 +4,7 @@
module Puppet::Parser::Functions
newfunction(:squeeze, :type => :rvalue, :doc => <<-EOS
+Returns a new string where runs of the same character that occur in this set are replaced by a single character.
EOS
) do |arguments|