aboutsummaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/re_escape.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/parser/functions/re_escape.rb')
-rw-r--r--lib/puppet/parser/functions/re_escape.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/functions/re_escape.rb b/lib/puppet/parser/functions/re_escape.rb
index 6e5904b..7bee90a 100644
--- a/lib/puppet/parser/functions/re_escape.rb
+++ b/lib/puppet/parser/functions/re_escape.rb
@@ -1,4 +1,4 @@
-# apply regexp escaping to a string
+# apply ruby regexp escaping to a string
module Puppet::Parser::Functions
newfunction(:re_escape, :type => :rvalue) do |args|
Regexp.escape(args[0])