comparison modules/stdlib/lib/puppet/functions/is_float.rb @ 424:4a2ee7e3b110

Update stdlib in case it fixed deprecation
author IBBoard <dev@ibboard.co.uk>
date Sun, 09 Oct 2022 10:34:32 +0100
parents d9352a684e62
children
comparison
equal deleted inserted replaced
423:a200bf678bec 424:4a2ee7e3b110
1 # @summary 1 # @summary
2 # Wrapper that calls the Puppet 3.x funtion of the same name. 2 # Wrapper that calls the Puppet 3.x function of the same name.
3 Puppet::Functions.create_function(:is_float) do 3 Puppet::Functions.create_function(:is_float) do
4 # @param scope 4 # @param scope
5 # The main value that will be passed to the wrapped method 5 # The main value that will be passed to the wrapped method
6 # 6 #
7 # @param args 7 # @param args