X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=blobdiff_plain;f=3rdparty%2Fmodules%2Fstdlib%2Flib%2Fpuppet%2Fparser%2Ffunctions%2Fis_hash.rb;h=f85b9eeaa349ef9fd169bae9b970d510236a77d3;hp=dc036530ce0a2560a47ae4c009a742ae08db7719;hb=30caaa85aed7015ca0d77216bff175eebd917eb7;hpb=6f656bd4265e3dab13b9af2bf96e9044322e9d8f diff --git a/3rdparty/modules/stdlib/lib/puppet/parser/functions/is_hash.rb b/3rdparty/modules/stdlib/lib/puppet/parser/functions/is_hash.rb index dc036530c..f85b9eeaa 100644 --- a/3rdparty/modules/stdlib/lib/puppet/parser/functions/is_hash.rb +++ b/3rdparty/modules/stdlib/lib/puppet/parser/functions/is_hash.rb @@ -3,7 +3,14 @@ # module Puppet::Parser::Functions newfunction(:is_hash, :type => :rvalue, :doc => <<-DOC - Returns true if the variable passed to this function is a hash. + @summary + **Deprecated:** Returns true if the variable passed to this function is a hash. + + @return [Boolean] + Returns `true` or `false` + + > **Note:* **Deprecated** Will be removed in a future version of stdlib. See + [`validate_legacy`](#validate_legacy). DOC ) do |arguments|