summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/lstrip.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/parser/functions/lstrip.rb')
-rw-r--r--lib/puppet/parser/functions/lstrip.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/parser/functions/lstrip.rb b/lib/puppet/parser/functions/lstrip.rb
index a7b2656..3a64de3 100644
--- a/lib/puppet/parser/functions/lstrip.rb
+++ b/lib/puppet/parser/functions/lstrip.rb
@@ -4,6 +4,7 @@
module Puppet::Parser::Functions
newfunction(:lstrip, :type => :rvalue, :doc => <<-EOS
+Strips leading spaces to the left of a string.
EOS
) do |arguments|