Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / lib / puppet / functions / stdlib / extname.rb
index 3818ef8..120b46b 100644 (file)
@@ -1,12 +1,12 @@
-# Returns the Extension (the Portion of Filename in Path starting from the
-# last Period).
+# @summary
+#   Returns the Extension (the Portion of Filename in Path starting from the
+#   last Period).
 #
 # If Path is a Dotfile, or starts with a Period, then the starting Dot is not
 # dealt with the Start of the Extension.
 #
 # An empty String will also be returned, when the Period is the last Character
 # in Path.
-
 Puppet::Functions.create_function(:'stdlib::extname') do
   # @param filename The Filename
   # @return [String] The Extension starting from the last Period