Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / lib / puppet / functions / validate_ipv4_address.rb
index caeeaca..799f608 100644 (file)
@@ -1,4 +1,14 @@
+# @summary
+#   Validate the passed value represents an ipv4_address.
 Puppet::Functions.create_function(:validate_ipv4_address) do
+  # @param scope
+  #   The main value that will be passed to the method
+  #
+  # @param args
+  #   Any additional values that are to be passed to the method
+  #
+  # @return [Boolean] `true` or `false`
+  #   A boolean value returned from the called function.
   dispatch :deprecation_gen do
     param 'Any', :scope
     repeated_param 'Any', :args