We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3085c commit ef19ca3Copy full SHA for ef19ca3
lib/puppet/functions/stdlib/nested_values.rb
@@ -13,7 +13,7 @@
13
# #Output : ["value1", "value2.1", "value3"]
14
Puppet::Functions.create_function(:'stdlib::nested_values') do
15
# @param options A (nested) hash
16
- # @return [Data]
+ # @return All the values found in the input hash included those deeply nested.
17
dispatch :nested_values do
18
param 'Hash', :options
19
return_type 'Array'
0 commit comments