Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / lib / puppet / parser / functions / uriescape.rb
index 8bcd586..4078b86 100644 (file)
@@ -5,8 +5,13 @@ require 'uri'
 #
 module Puppet::Parser::Functions
   newfunction(:uriescape, :type => :rvalue, :doc => <<-DOC
-    Urlencodes a string or array of strings.
-    Requires either a single string or an array as an input.
+    @summary
+      Urlencodes a string or array of strings.
+      Requires either a single string or an array as an input.
+
+    @return [String]
+      a string that contains the converted value
+
     DOC
              ) do |arguments|