Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / lib / puppet / parser / functions / pry.rb
index 17b3bc7..c6333cc 100644 (file)
@@ -3,11 +3,17 @@
 #
 module Puppet::Parser::Functions
   newfunction(:pry, :type => :statement, :doc => <<-DOC
-    This function invokes a pry debugging session in the current scope object. This is useful for debugging manifest code at specific points during a compilation.
+    @summary
+      This function invokes a pry debugging session in the current scope object.
+    This is useful for debugging manifest code at specific points during a compilation.
 
-    *Examples:*
+    @return
+      debugging information
+
+    @example **Usage**
+
+      `pry()`
 
-        pry()
     DOC
              ) do |arguments|
     begin