Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / lib / puppet / parser / functions / basename.rb
index b717fa1..e247e56 100644 (file)
@@ -3,7 +3,10 @@
 #
 module Puppet::Parser::Functions
   newfunction(:basename, :type => :rvalue, :doc => <<-DOC
-    Strips directory (and optional suffix) from a filename
+    @summary
+      Strips directory (and optional suffix) from a filename
+
+    @return [String] The stripped filename
     DOC
              ) do |arguments|