X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=blobdiff_plain;f=3rdparty%2Fmodules%2Fstdlib%2Flib%2Fpuppet%2Ffunctions%2Fis_ipv6_address.rb;h=5d3d0e3b133f9085da97542c0d0a20f5fddb2074;hp=c8fb3ab67ec2340d100a281fc9bd2c2d2c870543;hb=30caaa85aed7015ca0d77216bff175eebd917eb7;hpb=6f656bd4265e3dab13b9af2bf96e9044322e9d8f diff --git a/3rdparty/modules/stdlib/lib/puppet/functions/is_ipv6_address.rb b/3rdparty/modules/stdlib/lib/puppet/functions/is_ipv6_address.rb index c8fb3ab67..5d3d0e3b1 100644 --- a/3rdparty/modules/stdlib/lib/puppet/functions/is_ipv6_address.rb +++ b/3rdparty/modules/stdlib/lib/puppet/functions/is_ipv6_address.rb @@ -1,4 +1,14 @@ +# @summary +# Wrapper that calls the Puppet 3.x funtion of the same name. Puppet::Functions.create_function(:is_ipv6_address) do + # @param scope + # The main value that will be passed to the wrapped method + # + # @param args + # Any additional values that are to be passed to the wrapped method + # + # @return [Boolea] + # A boolean value returned from the called 3.x function. dispatch :deprecation_gen do param 'Any', :scope repeated_param 'Any', :args