Sha256: cd36d603f2e9e5e468e22028ac4e7bc16a4ee2e71fc74f9fa4f10f088b509697
Contents?: true
Size: 470 Bytes
Versions: 19
Compression:
Stored size: 470 Bytes
Contents
# @summary DEPRECATED. Use the namespaced function [`extlib::echo`](#extlibecho) instead. # DEPRECATED. Use the namespaced function [`extlib::echo`](#extlibecho) instead. Puppet::Functions.create_function(:echo) do dispatch :deprecation_gen do repeated_param 'Any', :args end def deprecation_gen(*args) call_function('deprecation', 'echo', 'This method is deprecated, please use extlib::echo instead.') call_function('extlib::echo', *args) end end
Version data entries
19 entries across 19 versions & 1 rubygems