Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / lib / puppet / parser / functions / dirname.rb
index 54bd9b6..ae579e2 100644 (file)
@@ -3,7 +3,10 @@
 #
 module Puppet::Parser::Functions
   newfunction(:dirname, :type => :rvalue, :doc => <<-DOC
-    Returns the dirname of a path.
+    @summary
+      Returns the dirname of a path.
+
+    @return [String] the given path's dirname
     DOC
              ) do |arguments|