Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / lib / puppet / parser / functions / shell_split.rb
index 9dcf958..7c9f123 100644 (file)
@@ -4,7 +4,11 @@ require 'shellwords'
 #
 module Puppet::Parser::Functions
   newfunction(:shell_split, :type => :rvalue, :doc => <<-DOC
-    Splits a string into an array of tokens in the same way the Bourne shell does.
+    @summary
+      Splits a string into an array of tokens in the same way the Bourne shell does.
+
+    @return
+      array of tokens
 
     This function behaves the same as ruby's Shellwords.shellsplit() function
   DOC