Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / lib / puppet / parser / functions / assert_private.rb
index 9cdebb9..4f1a5e2 100644 (file)
@@ -3,7 +3,12 @@
 #
 module Puppet::Parser::Functions
   newfunction(:assert_private, :doc => <<-DOC
-    Sets the current class or definition as private.
+    @summary
+      Sets the current class or definition as private.
+
+    @return
+      set the current class or definition as private.
+
     Calling the class or definition from outside the current module will fail.
     DOC
              ) do |args|