foodcritic 15.1.0 → 16.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +2 -2
- data/chef_dsl_metadata/{chef_14.8.12.json → chef_14.14.29.json} +394 -169
- data/chef_dsl_metadata/{chef_13.12.3.json → chef_15.4.45.json} +15454 -2631
- data/foodcritic.gemspec +2 -2
- data/lib/foodcritic.rb +2 -1
- data/lib/foodcritic/api.rb +55 -42
- data/lib/foodcritic/chef.rb +5 -3
- data/lib/foodcritic/command_line.rb +78 -52
- data/lib/foodcritic/domain.rb +7 -9
- data/lib/foodcritic/dsl.rb +4 -1
- data/lib/foodcritic/gerkin/tag.rb +55 -0
- data/lib/foodcritic/gerkin/tag_expression.rb +66 -0
- data/lib/foodcritic/linter.rb +24 -8
- data/lib/foodcritic/notifications.rb +3 -1
- data/lib/foodcritic/output.rb +1 -1
- data/lib/foodcritic/rules/fc001.rb +6 -6
- data/lib/foodcritic/rules/fc004.rb +1 -0
- data/lib/foodcritic/rules/fc006.rb +9 -9
- data/lib/foodcritic/rules/fc007.rb +3 -1
- data/lib/foodcritic/rules/fc016.rb +1 -0
- data/lib/foodcritic/rules/fc019.rb +7 -6
- data/lib/foodcritic/rules/fc022.rb +24 -25
- data/lib/foodcritic/rules/fc024.rb +16 -13
- data/lib/foodcritic/rules/fc029.rb +1 -0
- data/lib/foodcritic/rules/fc031.rb +1 -1
- data/lib/foodcritic/rules/fc032.rb +2 -2
- data/lib/foodcritic/rules/fc033.rb +2 -2
- data/lib/foodcritic/rules/fc034.rb +5 -2
- data/lib/foodcritic/rules/fc039.rb +12 -12
- data/lib/foodcritic/rules/fc040.rb +1 -1
- data/lib/foodcritic/rules/fc044.rb +8 -12
- data/lib/foodcritic/rules/fc048.rb +1 -0
- data/lib/foodcritic/rules/fc121.rb +6 -10
- data/lib/foodcritic/rules/fc123.rb +16 -0
- data/lib/foodcritic/template.rb +3 -6
- data/lib/foodcritic/version.rb +1 -1
- metadata +34 -32
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2122adab9b427f5729d3be4d5ebd1a3eefe6e6f23e013433885752286ccd8d2b
|
4
|
+
data.tar.gz: 36ddd91e875713be1ce6f4c99965b943e2d5c9f590ca62e11ce972dd6ad73b7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a4fb33c61d62ebdab3843fb9918e26b94b65316b109d79458ed38be148f6c20084e0b657f57197414845bbd1f5371e9c59b6635100e9e2d90a29d05e7fe31ce2
|
7
|
+
data.tar.gz: a27169770e288482837b07e80f292a8882347df9f6587bd426ec03436bf43d69080f28942e4372cc3246a67cec728ba65770efba92e4929312cdf54c91974f55
|
data/Gemfile
CHANGED
@@ -5,10 +5,10 @@ gemspec
|
|
5
5
|
group :test do
|
6
6
|
gem "aruba", "~> 0.5"
|
7
7
|
gem "cucumber", ">= 2"
|
8
|
-
gem "minitest", "~> 5.
|
8
|
+
gem "minitest", "~> 5.13.0"
|
9
9
|
gem "minitest-reporters"
|
10
10
|
gem "simplecov", "~> 0.8"
|
11
|
-
gem "chefstyle", "= 0.
|
11
|
+
gem "chefstyle", "= 0.13.0"
|
12
12
|
end
|
13
13
|
|
14
14
|
group :development do
|
@@ -1,29 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"dsl_methods": [
|
3
|
-
"!",
|
4
|
-
"!=",
|
5
|
-
"!~",
|
6
|
-
"<=>",
|
7
|
-
"==",
|
8
|
-
"===",
|
9
|
-
"=~",
|
10
|
-
"[]",
|
11
|
-
"__id__",
|
12
|
-
"__send__",
|
13
3
|
"a_to_s",
|
14
4
|
"add_machine_options",
|
15
5
|
"aix_user",
|
16
|
-
"apply_expansion_attributes",
|
17
6
|
"apt_package",
|
18
7
|
"apt_preference",
|
19
8
|
"apt_repository",
|
20
9
|
"apt_update",
|
21
10
|
"assert_valid_windows_architecture!",
|
22
|
-
"attribute",
|
23
|
-
"attribute?",
|
24
|
-
"attributes",
|
25
|
-
"automatic_attrs",
|
26
|
-
"automatic_attrs=",
|
27
11
|
"bash",
|
28
12
|
"batch",
|
29
13
|
"bff_package",
|
@@ -37,7 +21,6 @@
|
|
37
21
|
"chef_data_bag",
|
38
22
|
"chef_data_bag_item",
|
39
23
|
"chef_environment",
|
40
|
-
"chef_environment=",
|
41
24
|
"chef_gem",
|
42
25
|
"chef_group",
|
43
26
|
"chef_handler",
|
@@ -45,27 +28,13 @@
|
|
45
28
|
"chef_node",
|
46
29
|
"chef_organization",
|
47
30
|
"chef_role",
|
48
|
-
"chef_server_rest",
|
49
31
|
"chef_user",
|
50
32
|
"chocolatey_config",
|
51
33
|
"chocolatey_package",
|
52
34
|
"chocolatey_source",
|
53
|
-
"class",
|
54
|
-
"class_from_file",
|
55
35
|
"clean_array",
|
56
|
-
"clone",
|
57
|
-
"constantize",
|
58
|
-
"construct_attributes",
|
59
|
-
"consume_attributes",
|
60
|
-
"consume_chef_environment",
|
61
|
-
"consume_external_attrs",
|
62
|
-
"consume_ohai_data",
|
63
|
-
"consume_run_list",
|
64
36
|
"control_group",
|
65
|
-
"convert_to_class_name",
|
66
|
-
"convert_to_snake_case",
|
67
37
|
"cookbook_file",
|
68
|
-
"create",
|
69
38
|
"cron",
|
70
39
|
"cron_access",
|
71
40
|
"cron_d",
|
@@ -75,21 +44,11 @@
|
|
75
44
|
"current_machine_options",
|
76
45
|
"data_bag",
|
77
46
|
"data_bag_item",
|
78
|
-
"dclone",
|
79
47
|
"declare_resource",
|
80
|
-
"default",
|
81
|
-
"default!",
|
82
|
-
"default_attrs",
|
83
|
-
"default_attrs=",
|
84
|
-
"default_unless",
|
85
|
-
"define_singleton_method",
|
86
48
|
"delete_resource",
|
87
49
|
"delete_resource!",
|
88
|
-
"destroy",
|
89
50
|
"directory",
|
90
51
|
"disable_wow64_file_redirection",
|
91
|
-
"display",
|
92
|
-
"display_hash",
|
93
52
|
"dmg_package",
|
94
53
|
"dnf_package",
|
95
54
|
"docker?",
|
@@ -97,80 +56,41 @@
|
|
97
56
|
"dsc_resource",
|
98
57
|
"dsc_script",
|
99
58
|
"dscl_user",
|
100
|
-
"dup",
|
101
|
-
"each",
|
102
|
-
"each_attribute",
|
103
|
-
"each_key",
|
104
|
-
"each_value",
|
105
59
|
"edit_resource",
|
106
60
|
"edit_resource!",
|
107
61
|
"encrypted?",
|
108
|
-
"enum_for",
|
109
62
|
"env",
|
110
|
-
"environment",
|
111
|
-
"eql?",
|
112
|
-
"equal?",
|
113
63
|
"evaluate_resource_definition",
|
114
64
|
"execute",
|
115
|
-
"expand!",
|
116
|
-
"extend",
|
117
|
-
"ffi_yajl",
|
118
65
|
"file",
|
119
|
-
"filename_to_qualified_string",
|
120
66
|
"find_resource",
|
121
67
|
"find_resource!",
|
122
|
-
"for_json",
|
123
|
-
"force_default!",
|
124
|
-
"force_override!",
|
125
68
|
"forced_32bit_override_required?",
|
126
69
|
"freebsd_package",
|
127
|
-
"freeze",
|
128
|
-
"from_file",
|
129
|
-
"frozen?",
|
130
|
-
"gem",
|
131
70
|
"gem_package",
|
132
71
|
"get_private_key",
|
133
72
|
"git",
|
134
73
|
"group",
|
135
|
-
"has_key?",
|
136
74
|
"has_resource_definition?",
|
137
|
-
"hash",
|
138
75
|
"homebrew_cask",
|
139
76
|
"homebrew_package",
|
140
77
|
"homebrew_tap",
|
141
78
|
"hostname",
|
142
79
|
"http_request",
|
143
80
|
"ifconfig",
|
144
|
-
"include_attribute",
|
145
81
|
"include_recipe",
|
146
|
-
"inspect",
|
147
|
-
"instance_eval",
|
148
|
-
"instance_exec",
|
149
|
-
"instance_of?",
|
150
|
-
"instance_variable_defined?",
|
151
|
-
"instance_variable_get",
|
152
|
-
"instance_variable_set",
|
153
|
-
"instance_variables",
|
154
82
|
"ips_package",
|
155
|
-
"is_a?",
|
156
83
|
"is_i386_process_on_x86_64_windows?",
|
157
|
-
"itself",
|
158
84
|
"kernel_module",
|
159
|
-
"key?",
|
160
|
-
"keys",
|
161
|
-
"kind_of?",
|
162
85
|
"ksh",
|
163
86
|
"l_w_r_p_base",
|
164
87
|
"launchd",
|
165
|
-
"lazy",
|
166
88
|
"link",
|
167
89
|
"linux_user",
|
168
90
|
"load_balancer",
|
169
91
|
"load_recipe",
|
170
|
-
"loaded_recipe",
|
171
92
|
"locale",
|
172
93
|
"log",
|
173
|
-
"logger",
|
174
94
|
"mac_os_x_userdefaults",
|
175
95
|
"machine",
|
176
96
|
"machine_batch",
|
@@ -181,24 +101,11 @@
|
|
181
101
|
"macosx_service",
|
182
102
|
"macports_package",
|
183
103
|
"mdadm",
|
184
|
-
"method",
|
185
|
-
"method_missing",
|
186
|
-
"methods",
|
187
104
|
"mount",
|
188
105
|
"msu_package",
|
189
|
-
"name",
|
190
|
-
"nil?",
|
191
|
-
"node",
|
192
106
|
"node_supports_windows_architecture?",
|
193
107
|
"node_windows_architecture",
|
194
|
-
"normal",
|
195
|
-
"normal!",
|
196
|
-
"normal_attrs",
|
197
|
-
"normal_attrs=",
|
198
|
-
"normal_unless",
|
199
|
-
"normalize_snake_case_name",
|
200
108
|
"notifying_block",
|
201
|
-
"object_id",
|
202
109
|
"ohai",
|
203
110
|
"ohai_hint",
|
204
111
|
"older_than_win_2012_or_8?",
|
@@ -215,24 +122,12 @@
|
|
215
122
|
"openssl_x509_request",
|
216
123
|
"osx_config_profile",
|
217
124
|
"osx_profile",
|
218
|
-
"override",
|
219
|
-
"override!",
|
220
|
-
"override_attrs",
|
221
|
-
"override_attrs=",
|
222
|
-
"override_runlist",
|
223
|
-
"override_runlist=",
|
224
|
-
"override_unless",
|
225
125
|
"package",
|
226
126
|
"pacman_package",
|
227
127
|
"paludis_package",
|
228
|
-
"parse_attribute_file_spec",
|
229
128
|
"perl",
|
230
129
|
"platform?",
|
231
130
|
"platform_family?",
|
232
|
-
"policy_group",
|
233
|
-
"policy_group=",
|
234
|
-
"policy_name",
|
235
|
-
"policy_name=",
|
236
131
|
"portage_package",
|
237
132
|
"powershell_exec",
|
238
133
|
"powershell_out",
|
@@ -240,29 +135,13 @@
|
|
240
135
|
"powershell_package",
|
241
136
|
"powershell_package_source",
|
242
137
|
"powershell_script",
|
243
|
-
"pretty_inspect",
|
244
|
-
"pretty_print",
|
245
|
-
"pretty_print_cycle",
|
246
|
-
"pretty_print_inspect",
|
247
|
-
"pretty_print_instance_variables",
|
248
|
-
"primary_runlist",
|
249
138
|
"private_key",
|
250
|
-
"private_methods",
|
251
|
-
"protected_methods",
|
252
139
|
"ps_credential",
|
253
140
|
"public_key",
|
254
|
-
"public_method",
|
255
|
-
"public_methods",
|
256
|
-
"public_send",
|
257
141
|
"pw_user",
|
258
142
|
"python",
|
259
|
-
"read",
|
260
|
-
"read!",
|
261
143
|
"reboot",
|
262
144
|
"reboot_pending?",
|
263
|
-
"recipe?",
|
264
|
-
"recipe_list",
|
265
|
-
"recipe_list=",
|
266
145
|
"registry_data_exists?",
|
267
146
|
"registry_get_subkeys",
|
268
147
|
"registry_get_values",
|
@@ -272,43 +151,22 @@
|
|
272
151
|
"registry_value_exists?",
|
273
152
|
"remote_directory",
|
274
153
|
"remote_file",
|
275
|
-
"remove_instance_variable",
|
276
154
|
"require_recipe",
|
277
|
-
"reset_defaults_and_overrides",
|
278
155
|
"resources",
|
279
|
-
"respond_to?",
|
280
156
|
"restore_wow64_file_redirection",
|
281
157
|
"rhsm_errata",
|
282
158
|
"rhsm_errata_level",
|
283
159
|
"rhsm_register",
|
284
160
|
"rhsm_repo",
|
285
161
|
"rhsm_subscription",
|
286
|
-
"rm",
|
287
|
-
"rm_default",
|
288
|
-
"rm_normal",
|
289
|
-
"rm_override",
|
290
|
-
"role?",
|
291
162
|
"route",
|
292
163
|
"rpm_package",
|
293
164
|
"ruby",
|
294
165
|
"ruby_block",
|
295
|
-
"run_context",
|
296
|
-
"run_context=",
|
297
|
-
"run_list",
|
298
|
-
"run_list=",
|
299
|
-
"run_list?",
|
300
|
-
"run_state",
|
301
|
-
"run_state=",
|
302
|
-
"save",
|
303
166
|
"scm",
|
304
167
|
"script",
|
305
168
|
"search",
|
306
|
-
"select_run_list",
|
307
|
-
"send",
|
308
169
|
"service",
|
309
|
-
"set_cookbook_attribute",
|
310
|
-
"set_or_return",
|
311
|
-
"set_unless",
|
312
170
|
"shell_out",
|
313
171
|
"shell_out!",
|
314
172
|
"shell_out_compact",
|
@@ -317,15 +175,9 @@
|
|
317
175
|
"shell_out_compact_timeout!",
|
318
176
|
"shell_out_with_systems_locale",
|
319
177
|
"shell_out_with_systems_locale!",
|
320
|
-
"singleton_class",
|
321
|
-
"singleton_method",
|
322
|
-
"singleton_methods",
|
323
178
|
"smartos_package",
|
324
|
-
"snake_case_basename",
|
325
179
|
"solaris_package",
|
326
180
|
"solaris_user",
|
327
|
-
"source_file",
|
328
|
-
"source_file=",
|
329
181
|
"ssh_known_hosts_entry",
|
330
182
|
"subcontext_block",
|
331
183
|
"subversion",
|
@@ -334,29 +186,12 @@
|
|
334
186
|
"sysctl",
|
335
187
|
"sysctl_param",
|
336
188
|
"systemd_unit",
|
337
|
-
"
|
338
|
-
"tags",
|
339
|
-
"taint",
|
340
|
-
"tainted?",
|
341
|
-
"tap",
|
189
|
+
"tagged?",
|
342
190
|
"template",
|
343
191
|
"timezone",
|
344
|
-
"to_enum",
|
345
|
-
"to_hash",
|
346
|
-
"to_json",
|
347
|
-
"to_s",
|
348
|
-
"to_yaml",
|
349
|
-
"trust",
|
350
|
-
"unlink",
|
351
|
-
"unlink!",
|
352
|
-
"untaint",
|
353
|
-
"untrust",
|
354
|
-
"untrusted?",
|
355
|
-
"update_from!",
|
356
192
|
"user",
|
357
193
|
"user_resource_abstract_base_class",
|
358
194
|
"valid_windows_architecture?",
|
359
|
-
"validate",
|
360
195
|
"value_for_platform",
|
361
196
|
"value_for_platform_family",
|
362
197
|
"whyrun_safe_ruby_block",
|
@@ -393,9 +228,6 @@
|
|
393
228
|
"with_run_context",
|
394
229
|
"wow64_architecture_override_required?",
|
395
230
|
"wow64_directory",
|
396
|
-
"write",
|
397
|
-
"write!",
|
398
|
-
"yield_self",
|
399
231
|
"yum_package",
|
400
232
|
"yum_repository",
|
401
233
|
"zypper_package",
|
@@ -435,6 +267,7 @@
|
|
435
267
|
"automatic=",
|
436
268
|
"automatic_attrs",
|
437
269
|
"automatic_attrs=",
|
270
|
+
"chain",
|
438
271
|
"chef_environment",
|
439
272
|
"chef_environment=",
|
440
273
|
"chef_server_rest",
|
@@ -467,6 +300,8 @@
|
|
467
300
|
"count",
|
468
301
|
"create",
|
469
302
|
"cycle",
|
303
|
+
"data_bag",
|
304
|
+
"data_bag_item",
|
470
305
|
"dclone",
|
471
306
|
"debug_value",
|
472
307
|
"deep_merge_cache",
|
@@ -503,6 +338,7 @@
|
|
503
338
|
"each_with_index",
|
504
339
|
"each_with_object",
|
505
340
|
"empty?",
|
341
|
+
"encrypted?",
|
506
342
|
"entries",
|
507
343
|
"enum_for",
|
508
344
|
"env_default",
|
@@ -520,6 +356,8 @@
|
|
520
356
|
"fetch_values",
|
521
357
|
"ffi_yajl",
|
522
358
|
"filename_to_qualified_string",
|
359
|
+
"filter",
|
360
|
+
"filter!",
|
523
361
|
"find",
|
524
362
|
"find_all",
|
525
363
|
"find_index",
|
@@ -629,6 +467,7 @@
|
|
629
467
|
"primary_runlist",
|
630
468
|
"private_methods",
|
631
469
|
"protected_methods",
|
470
|
+
"ps_credential",
|
632
471
|
"public_method",
|
633
472
|
"public_methods",
|
634
473
|
"public_send",
|
@@ -639,6 +478,12 @@
|
|
639
478
|
"recipe_list",
|
640
479
|
"recipe_list=",
|
641
480
|
"reduce",
|
481
|
+
"registry_data_exists?",
|
482
|
+
"registry_get_subkeys",
|
483
|
+
"registry_get_values",
|
484
|
+
"registry_has_subkeys?",
|
485
|
+
"registry_key_exists?",
|
486
|
+
"registry_value_exists?",
|
642
487
|
"regular_update",
|
643
488
|
"regular_writer",
|
644
489
|
"rehash",
|
@@ -670,6 +515,7 @@
|
|
670
515
|
"run_state=",
|
671
516
|
"save",
|
672
517
|
"save_plist",
|
518
|
+
"search",
|
673
519
|
"select",
|
674
520
|
"select!",
|
675
521
|
"select_run_list",
|
@@ -704,12 +550,14 @@
|
|
704
550
|
"sum",
|
705
551
|
"symbolize_keys",
|
706
552
|
"tag",
|
553
|
+
"tagged?",
|
707
554
|
"tags",
|
708
555
|
"taint",
|
709
556
|
"tainted?",
|
710
557
|
"take",
|
711
558
|
"take_while",
|
712
559
|
"tap",
|
560
|
+
"then",
|
713
561
|
"to_a",
|
714
562
|
"to_enum",
|
715
563
|
"to_h",
|
@@ -1693,6 +1541,7 @@
|
|
1693
1541
|
"provider",
|
1694
1542
|
"provider=",
|
1695
1543
|
"provider_for_action",
|
1544
|
+
"ps_credential",
|
1696
1545
|
"public_method",
|
1697
1546
|
"public_methods",
|
1698
1547
|
"public_send",
|
@@ -1752,9 +1601,11 @@
|
|
1752
1601
|
"source_line_number",
|
1753
1602
|
"state_for_resource_reporter",
|
1754
1603
|
"subscribes",
|
1604
|
+
"tagged?",
|
1755
1605
|
"taint",
|
1756
1606
|
"tainted?",
|
1757
1607
|
"tap",
|
1608
|
+
"then",
|
1758
1609
|
"timeout",
|
1759
1610
|
"timeout=",
|
1760
1611
|
"to_enum",
|
@@ -1930,6 +1781,7 @@
|
|
1930
1781
|
"provider",
|
1931
1782
|
"provider=",
|
1932
1783
|
"provider_for_action",
|
1784
|
+
"ps_credential",
|
1933
1785
|
"public_method",
|
1934
1786
|
"public_methods",
|
1935
1787
|
"public_send",
|
@@ -1983,9 +1835,11 @@
|
|
1983
1835
|
"source_line_number",
|
1984
1836
|
"state_for_resource_reporter",
|
1985
1837
|
"subscribes",
|
1838
|
+
"tagged?",
|
1986
1839
|
"taint",
|
1987
1840
|
"tainted?",
|
1988
1841
|
"tap",
|
1842
|
+
"then",
|
1989
1843
|
"to_enum",
|
1990
1844
|
"to_h",
|
1991
1845
|
"to_hash",
|
@@ -2167,6 +2021,7 @@
|
|
2167
2021
|
"provider",
|
2168
2022
|
"provider=",
|
2169
2023
|
"provider_for_action",
|
2024
|
+
"ps_credential",
|
2170
2025
|
"public_method",
|
2171
2026
|
"public_methods",
|
2172
2027
|
"public_send",
|
@@ -2222,9 +2077,11 @@
|
|
2222
2077
|
"source_line_number",
|
2223
2078
|
"state_for_resource_reporter",
|
2224
2079
|
"subscribes",
|
2080
|
+
"tagged?",
|
2225
2081
|
"taint",
|
2226
2082
|
"tainted?",
|
2227
2083
|
"tap",
|
2084
|
+
"then",
|
2228
2085
|
"to_enum",
|
2229
2086
|
"to_h",
|
2230
2087
|
"to_hash",
|
@@ -2394,6 +2251,7 @@
|
|
2394
2251
|
"provider",
|
2395
2252
|
"provider=",
|
2396
2253
|
"provider_for_action",
|
2254
|
+
"ps_credential",
|
2397
2255
|
"public_method",
|
2398
2256
|
"public_methods",
|
2399
2257
|
"public_send",
|
@@ -2447,9 +2305,11 @@
|
|
2447
2305
|
"source_line_number",
|
2448
2306
|
"state_for_resource_reporter",
|
2449
2307
|
"subscribes",
|
2308
|
+
"tagged?",
|
2450
2309
|
"taint",
|
2451
2310
|
"tainted?",
|
2452
2311
|
"tap",
|
2312
|
+
"then",
|
2453
2313
|
"to_enum",
|
2454
2314
|
"to_h",
|
2455
2315
|
"to_hash",
|
@@ -2642,6 +2502,7 @@
|
|
2642
2502
|
"provider",
|
2643
2503
|
"provider=",
|
2644
2504
|
"provider_for_action",
|
2505
|
+
"ps_credential",
|
2645
2506
|
"public_method",
|
2646
2507
|
"public_methods",
|
2647
2508
|
"public_send",
|
@@ -2698,9 +2559,11 @@
|
|
2698
2559
|
"source_line_number",
|
2699
2560
|
"state_for_resource_reporter",
|
2700
2561
|
"subscribes",
|
2562
|
+
"tagged?",
|
2701
2563
|
"taint",
|
2702
2564
|
"tainted?",
|
2703
2565
|
"tap",
|
2566
|
+
"then",
|
2704
2567
|
"timeout",
|
2705
2568
|
"timeout=",
|
2706
2569
|
"to_enum",
|
@@ -2901,6 +2764,7 @@
|
|
2901
2764
|
"provider",
|
2902
2765
|
"provider=",
|
2903
2766
|
"provider_for_action",
|
2767
|
+
"ps_credential",
|
2904
2768
|
"public_method",
|
2905
2769
|
"public_methods",
|
2906
2770
|
"public_send",
|
@@ -2957,9 +2821,11 @@
|
|
2957
2821
|
"source_line_number",
|
2958
2822
|
"state_for_resource_reporter",
|
2959
2823
|
"subscribes",
|
2824
|
+
"tagged?",
|
2960
2825
|
"taint",
|
2961
2826
|
"tainted?",
|
2962
2827
|
"tap",
|
2828
|
+
"then",
|
2963
2829
|
"timeout",
|
2964
2830
|
"timeout=",
|
2965
2831
|
"to_enum",
|
@@ -3134,6 +3000,7 @@
|
|
3134
3000
|
"provider",
|
3135
3001
|
"provider=",
|
3136
3002
|
"provider_for_action",
|
3003
|
+
"ps_credential",
|
3137
3004
|
"public_method",
|
3138
3005
|
"public_methods",
|
3139
3006
|
"public_send",
|
@@ -3193,9 +3060,11 @@
|
|
3193
3060
|
"source_line_number",
|
3194
3061
|
"state_for_resource_reporter",
|
3195
3062
|
"subscribes",
|
3063
|
+
"tagged?",
|
3196
3064
|
"taint",
|
3197
3065
|
"tainted?",
|
3198
3066
|
"tap",
|
3067
|
+
"then",
|
3199
3068
|
"timeout",
|
3200
3069
|
"timeout=",
|
3201
3070
|
"to_enum",
|
@@ -3363,6 +3232,7 @@
|
|
3363
3232
|
"provider",
|
3364
3233
|
"provider=",
|
3365
3234
|
"provider_for_action",
|
3235
|
+
"ps_credential",
|
3366
3236
|
"public_method",
|
3367
3237
|
"public_methods",
|
3368
3238
|
"public_send",
|
@@ -3416,9 +3286,11 @@
|
|
3416
3286
|
"source_line_number",
|
3417
3287
|
"state_for_resource_reporter",
|
3418
3288
|
"subscribes",
|
3289
|
+
"tagged?",
|
3419
3290
|
"taint",
|
3420
3291
|
"tainted?",
|
3421
3292
|
"tap",
|
3293
|
+
"then",
|
3422
3294
|
"to_enum",
|
3423
3295
|
"to_h",
|
3424
3296
|
"to_hash",
|
@@ -3584,6 +3456,7 @@
|
|
3584
3456
|
"provider",
|
3585
3457
|
"provider=",
|
3586
3458
|
"provider_for_action",
|
3459
|
+
"ps_credential",
|
3587
3460
|
"public_method",
|
3588
3461
|
"public_methods",
|
3589
3462
|
"public_send",
|
@@ -3637,9 +3510,11 @@
|
|
3637
3510
|
"source_line_number",
|
3638
3511
|
"state_for_resource_reporter",
|
3639
3512
|
"subscribes",
|
3513
|
+
"tagged?",
|
3640
3514
|
"taint",
|
3641
3515
|
"tainted?",
|
3642
3516
|
"tap",
|
3517
|
+
"then",
|
3643
3518
|
"to_enum",
|
3644
3519
|
"to_h",
|
3645
3520
|
"to_hash",
|
@@ -3808,6 +3683,7 @@
|
|
3808
3683
|
"provider",
|
3809
3684
|
"provider=",
|
3810
3685
|
"provider_for_action",
|
3686
|
+
"ps_credential",
|
3811
3687
|
"public_method",
|
3812
3688
|
"public_methods",
|
3813
3689
|
"public_send",
|
@@ -3867,9 +3743,11 @@
|
|
3867
3743
|
"source_line_number",
|
3868
3744
|
"state_for_resource_reporter",
|
3869
3745
|
"subscribes",
|
3746
|
+
"tagged?",
|
3870
3747
|
"taint",
|
3871
3748
|
"tainted?",
|
3872
3749
|
"tap",
|
3750
|
+
"then",
|
3873
3751
|
"timeout",
|
3874
3752
|
"timeout=",
|
3875
3753
|
"to_enum",
|
@@ -4050,6 +3928,7 @@
|
|
4050
3928
|
"provider",
|
4051
3929
|
"provider=",
|
4052
3930
|
"provider_for_action",
|
3931
|
+
"ps_credential",
|
4053
3932
|
"public_method",
|
4054
3933
|
"public_methods",
|
4055
3934
|
"public_send",
|
@@ -4109,9 +3988,11 @@
|
|
4109
3988
|
"source_line_number",
|
4110
3989
|
"state_for_resource_reporter",
|
4111
3990
|
"subscribes",
|
3991
|
+
"tagged?",
|
4112
3992
|
"taint",
|
4113
3993
|
"tainted?",
|
4114
3994
|
"tap",
|
3995
|
+
"then",
|
4115
3996
|
"timeout",
|
4116
3997
|
"timeout=",
|
4117
3998
|
"to_enum",
|
@@ -4283,6 +4164,7 @@
|
|
4283
4164
|
"provider",
|
4284
4165
|
"provider=",
|
4285
4166
|
"provider_for_action",
|
4167
|
+
"ps_credential",
|
4286
4168
|
"public_method",
|
4287
4169
|
"public_methods",
|
4288
4170
|
"public_send",
|
@@ -4339,9 +4221,11 @@
|
|
4339
4221
|
"state_for_resource_reporter",
|
4340
4222
|
"subscribes",
|
4341
4223
|
"supports",
|
4224
|
+
"tagged?",
|
4342
4225
|
"taint",
|
4343
4226
|
"tainted?",
|
4344
4227
|
"tap",
|
4228
|
+
"then",
|
4345
4229
|
"to_enum",
|
4346
4230
|
"to_h",
|
4347
4231
|
"to_hash",
|
@@ -4511,6 +4395,7 @@
|
|
4511
4395
|
"provider",
|
4512
4396
|
"provider=",
|
4513
4397
|
"provider_for_action",
|
4398
|
+
"ps_credential",
|
4514
4399
|
"public_method",
|
4515
4400
|
"public_methods",
|
4516
4401
|
"public_send",
|
@@ -4564,9 +4449,11 @@
|
|
4564
4449
|
"source_line_number",
|
4565
4450
|
"state_for_resource_reporter",
|
4566
4451
|
"subscribes",
|
4452
|
+
"tagged?",
|
4567
4453
|
"taint",
|
4568
4454
|
"tainted?",
|
4569
4455
|
"tap",
|
4456
|
+
"then",
|
4570
4457
|
"to_enum",
|
4571
4458
|
"to_h",
|
4572
4459
|
"to_hash",
|
@@ -4736,6 +4623,7 @@
|
|
4736
4623
|
"provider",
|
4737
4624
|
"provider=",
|
4738
4625
|
"provider_for_action",
|
4626
|
+
"ps_credential",
|
4739
4627
|
"public_method",
|
4740
4628
|
"public_methods",
|
4741
4629
|
"public_send",
|
@@ -4797,9 +4685,11 @@
|
|
4797
4685
|
"source_line_number",
|
4798
4686
|
"state_for_resource_reporter",
|
4799
4687
|
"subscribes",
|
4688
|
+
"tagged?",
|
4800
4689
|
"taint",
|
4801
4690
|
"tainted?",
|
4802
4691
|
"tap",
|
4692
|
+
"then",
|
4803
4693
|
"timeout",
|
4804
4694
|
"timeout=",
|
4805
4695
|
"to_enum",
|
@@ -4973,6 +4863,7 @@
|
|
4973
4863
|
"provider",
|
4974
4864
|
"provider=",
|
4975
4865
|
"provider_for_action",
|
4866
|
+
"ps_credential",
|
4976
4867
|
"public_method",
|
4977
4868
|
"public_methods",
|
4978
4869
|
"public_send",
|
@@ -5030,9 +4921,11 @@
|
|
5030
4921
|
"source_name=",
|
5031
4922
|
"state_for_resource_reporter",
|
5032
4923
|
"subscribes",
|
4924
|
+
"tagged?",
|
5033
4925
|
"taint",
|
5034
4926
|
"tainted?",
|
5035
4927
|
"tap",
|
4928
|
+
"then",
|
5036
4929
|
"to_enum",
|
5037
4930
|
"to_h",
|
5038
4931
|
"to_hash",
|
@@ -5219,6 +5112,7 @@
|
|
5219
5112
|
"provider",
|
5220
5113
|
"provider=",
|
5221
5114
|
"provider_for_action",
|
5115
|
+
"ps_credential",
|
5222
5116
|
"public_method",
|
5223
5117
|
"public_methods",
|
5224
5118
|
"public_send",
|
@@ -5275,9 +5169,11 @@
|
|
5275
5169
|
"special_docker_files?",
|
5276
5170
|
"state_for_resource_reporter",
|
5277
5171
|
"subscribes",
|
5172
|
+
"tagged?",
|
5278
5173
|
"taint",
|
5279
5174
|
"tainted?",
|
5280
5175
|
"tap",
|
5176
|
+
"then",
|
5281
5177
|
"to_enum",
|
5282
5178
|
"to_h",
|
5283
5179
|
"to_hash",
|
@@ -5459,6 +5355,7 @@
|
|
5459
5355
|
"provider",
|
5460
5356
|
"provider=",
|
5461
5357
|
"provider_for_action",
|
5358
|
+
"ps_credential",
|
5462
5359
|
"public_method",
|
5463
5360
|
"public_methods",
|
5464
5361
|
"public_send",
|
@@ -5514,9 +5411,11 @@
|
|
5514
5411
|
"source_line_number",
|
5515
5412
|
"state_for_resource_reporter",
|
5516
5413
|
"subscribes",
|
5414
|
+
"tagged?",
|
5517
5415
|
"taint",
|
5518
5416
|
"tainted?",
|
5519
5417
|
"tap",
|
5418
|
+
"then",
|
5520
5419
|
"time",
|
5521
5420
|
"time=",
|
5522
5421
|
"to_enum",
|
@@ -5685,6 +5584,7 @@
|
|
5685
5584
|
"provider",
|
5686
5585
|
"provider=",
|
5687
5586
|
"provider_for_action",
|
5587
|
+
"ps_credential",
|
5688
5588
|
"public_method",
|
5689
5589
|
"public_methods",
|
5690
5590
|
"public_send",
|
@@ -5738,9 +5638,11 @@
|
|
5738
5638
|
"source_line_number",
|
5739
5639
|
"state_for_resource_reporter",
|
5740
5640
|
"subscribes",
|
5641
|
+
"tagged?",
|
5741
5642
|
"taint",
|
5742
5643
|
"tainted?",
|
5743
5644
|
"tap",
|
5645
|
+
"then",
|
5744
5646
|
"to_enum",
|
5745
5647
|
"to_h",
|
5746
5648
|
"to_hash",
|
@@ -5934,6 +5836,7 @@
|
|
5934
5836
|
"provider",
|
5935
5837
|
"provider=",
|
5936
5838
|
"provider_for_action",
|
5839
|
+
"ps_credential",
|
5937
5840
|
"public_method",
|
5938
5841
|
"public_methods",
|
5939
5842
|
"public_send",
|
@@ -5991,9 +5894,11 @@
|
|
5991
5894
|
"source_line_number",
|
5992
5895
|
"state_for_resource_reporter",
|
5993
5896
|
"subscribes",
|
5897
|
+
"tagged?",
|
5994
5898
|
"taint",
|
5995
5899
|
"tainted?",
|
5996
5900
|
"tap",
|
5901
|
+
"then",
|
5997
5902
|
"to_enum",
|
5998
5903
|
"to_h",
|
5999
5904
|
"to_hash",
|
@@ -6190,6 +6095,7 @@
|
|
6190
6095
|
"provider",
|
6191
6096
|
"provider=",
|
6192
6097
|
"provider_for_action",
|
6098
|
+
"ps_credential",
|
6193
6099
|
"public_method",
|
6194
6100
|
"public_methods",
|
6195
6101
|
"public_send",
|
@@ -6246,9 +6152,11 @@
|
|
6246
6152
|
"source_line_number",
|
6247
6153
|
"state_for_resource_reporter",
|
6248
6154
|
"subscribes",
|
6155
|
+
"tagged?",
|
6249
6156
|
"taint",
|
6250
6157
|
"tainted?",
|
6251
6158
|
"tap",
|
6159
|
+
"then",
|
6252
6160
|
"timeout",
|
6253
6161
|
"timeout=",
|
6254
6162
|
"to_enum",
|
@@ -6424,6 +6332,7 @@
|
|
6424
6332
|
"provider",
|
6425
6333
|
"provider=",
|
6426
6334
|
"provider_for_action",
|
6335
|
+
"ps_credential",
|
6427
6336
|
"public_method",
|
6428
6337
|
"public_methods",
|
6429
6338
|
"public_send",
|
@@ -6479,9 +6388,11 @@
|
|
6479
6388
|
"source_line_number",
|
6480
6389
|
"state_for_resource_reporter",
|
6481
6390
|
"subscribes",
|
6391
|
+
"tagged?",
|
6482
6392
|
"taint",
|
6483
6393
|
"tainted?",
|
6484
6394
|
"tap",
|
6395
|
+
"then",
|
6485
6396
|
"to_enum",
|
6486
6397
|
"to_h",
|
6487
6398
|
"to_hash",
|
@@ -6669,6 +6580,7 @@
|
|
6669
6580
|
"provider",
|
6670
6581
|
"provider=",
|
6671
6582
|
"provider_for_action",
|
6583
|
+
"ps_credential",
|
6672
6584
|
"public_method",
|
6673
6585
|
"public_methods",
|
6674
6586
|
"public_send",
|
@@ -6724,9 +6636,11 @@
|
|
6724
6636
|
"source_line_number",
|
6725
6637
|
"state_for_resource_reporter",
|
6726
6638
|
"subscribes",
|
6639
|
+
"tagged?",
|
6727
6640
|
"taint",
|
6728
6641
|
"tainted?",
|
6729
6642
|
"tap",
|
6643
|
+
"then",
|
6730
6644
|
"to_enum",
|
6731
6645
|
"to_h",
|
6732
6646
|
"to_hash",
|
@@ -6903,6 +6817,7 @@
|
|
6903
6817
|
"provider",
|
6904
6818
|
"provider=",
|
6905
6819
|
"provider_for_action",
|
6820
|
+
"ps_credential",
|
6906
6821
|
"public_method",
|
6907
6822
|
"public_methods",
|
6908
6823
|
"public_send",
|
@@ -6962,9 +6877,11 @@
|
|
6962
6877
|
"source_line_number",
|
6963
6878
|
"state_for_resource_reporter",
|
6964
6879
|
"subscribes",
|
6880
|
+
"tagged?",
|
6965
6881
|
"taint",
|
6966
6882
|
"tainted?",
|
6967
6883
|
"tap",
|
6884
|
+
"then",
|
6968
6885
|
"timeout",
|
6969
6886
|
"timeout=",
|
6970
6887
|
"to_enum",
|
@@ -7136,6 +7053,7 @@
|
|
7136
7053
|
"provider",
|
7137
7054
|
"provider=",
|
7138
7055
|
"provider_for_action",
|
7056
|
+
"ps_credential",
|
7139
7057
|
"public_method",
|
7140
7058
|
"public_methods",
|
7141
7059
|
"public_send",
|
@@ -7195,9 +7113,11 @@
|
|
7195
7113
|
"source_line_number",
|
7196
7114
|
"state_for_resource_reporter",
|
7197
7115
|
"subscribes",
|
7116
|
+
"tagged?",
|
7198
7117
|
"taint",
|
7199
7118
|
"tainted?",
|
7200
7119
|
"tap",
|
7120
|
+
"then",
|
7201
7121
|
"timeout",
|
7202
7122
|
"timeout=",
|
7203
7123
|
"to_enum",
|
@@ -7427,9 +7347,11 @@
|
|
7427
7347
|
"source_line_number",
|
7428
7348
|
"state_for_resource_reporter",
|
7429
7349
|
"subscribes",
|
7350
|
+
"tagged?",
|
7430
7351
|
"taint",
|
7431
7352
|
"tainted?",
|
7432
7353
|
"tap",
|
7354
|
+
"then",
|
7433
7355
|
"timeout",
|
7434
7356
|
"timeout=",
|
7435
7357
|
"to_enum",
|
@@ -7661,9 +7583,11 @@
|
|
7661
7583
|
"source_line_number",
|
7662
7584
|
"state_for_resource_reporter",
|
7663
7585
|
"subscribes",
|
7586
|
+
"tagged?",
|
7664
7587
|
"taint",
|
7665
7588
|
"tainted?",
|
7666
7589
|
"tap",
|
7590
|
+
"then",
|
7667
7591
|
"timeout",
|
7668
7592
|
"timeout=",
|
7669
7593
|
"to_enum",
|
@@ -7851,6 +7775,7 @@
|
|
7851
7775
|
"provider",
|
7852
7776
|
"provider=",
|
7853
7777
|
"provider_for_action",
|
7778
|
+
"ps_credential",
|
7854
7779
|
"public_method",
|
7855
7780
|
"public_methods",
|
7856
7781
|
"public_send",
|
@@ -7907,9 +7832,11 @@
|
|
7907
7832
|
"source_line_number",
|
7908
7833
|
"state_for_resource_reporter",
|
7909
7834
|
"subscribes",
|
7835
|
+
"tagged?",
|
7910
7836
|
"taint",
|
7911
7837
|
"tainted?",
|
7912
7838
|
"tap",
|
7839
|
+
"then",
|
7913
7840
|
"timeout",
|
7914
7841
|
"timeout=",
|
7915
7842
|
"to_enum",
|
@@ -8101,6 +8028,7 @@
|
|
8101
8028
|
"provider",
|
8102
8029
|
"provider=",
|
8103
8030
|
"provider_for_action",
|
8031
|
+
"ps_credential",
|
8104
8032
|
"public_method",
|
8105
8033
|
"public_methods",
|
8106
8034
|
"public_send",
|
@@ -8155,9 +8083,11 @@
|
|
8155
8083
|
"special_docker_files?",
|
8156
8084
|
"state_for_resource_reporter",
|
8157
8085
|
"subscribes",
|
8086
|
+
"tagged?",
|
8158
8087
|
"taint",
|
8159
8088
|
"tainted?",
|
8160
8089
|
"tap",
|
8090
|
+
"then",
|
8161
8091
|
"to_enum",
|
8162
8092
|
"to_h",
|
8163
8093
|
"to_hash",
|
@@ -8329,6 +8259,7 @@
|
|
8329
8259
|
"provider",
|
8330
8260
|
"provider=",
|
8331
8261
|
"provider_for_action",
|
8262
|
+
"ps_credential",
|
8332
8263
|
"public_method",
|
8333
8264
|
"public_methods",
|
8334
8265
|
"public_send",
|
@@ -8389,9 +8320,11 @@
|
|
8389
8320
|
"state_for_resource_reporter",
|
8390
8321
|
"subscribes",
|
8391
8322
|
"supports_pkgng?",
|
8323
|
+
"tagged?",
|
8392
8324
|
"taint",
|
8393
8325
|
"tainted?",
|
8394
8326
|
"tap",
|
8327
|
+
"then",
|
8395
8328
|
"timeout",
|
8396
8329
|
"timeout=",
|
8397
8330
|
"to_enum",
|
@@ -8569,6 +8502,7 @@
|
|
8569
8502
|
"provider",
|
8570
8503
|
"provider=",
|
8571
8504
|
"provider_for_action",
|
8505
|
+
"ps_credential",
|
8572
8506
|
"public_method",
|
8573
8507
|
"public_methods",
|
8574
8508
|
"public_send",
|
@@ -8628,9 +8562,11 @@
|
|
8628
8562
|
"source_line_number",
|
8629
8563
|
"state_for_resource_reporter",
|
8630
8564
|
"subscribes",
|
8565
|
+
"tagged?",
|
8631
8566
|
"taint",
|
8632
8567
|
"tainted?",
|
8633
8568
|
"tap",
|
8569
|
+
"then",
|
8634
8570
|
"timeout",
|
8635
8571
|
"timeout=",
|
8636
8572
|
"to_enum",
|
@@ -8816,6 +8752,7 @@
|
|
8816
8752
|
"provider",
|
8817
8753
|
"provider=",
|
8818
8754
|
"provider_for_action",
|
8755
|
+
"ps_credential",
|
8819
8756
|
"public_method",
|
8820
8757
|
"public_methods",
|
8821
8758
|
"public_send",
|
@@ -8879,9 +8816,11 @@
|
|
8879
8816
|
"ssh_wrapper=",
|
8880
8817
|
"state_for_resource_reporter",
|
8881
8818
|
"subscribes",
|
8819
|
+
"tagged?",
|
8882
8820
|
"taint",
|
8883
8821
|
"tainted?",
|
8884
8822
|
"tap",
|
8823
|
+
"then",
|
8885
8824
|
"timeout",
|
8886
8825
|
"timeout=",
|
8887
8826
|
"to_enum",
|
@@ -8939,6 +8878,8 @@
|
|
8939
8878
|
"class",
|
8940
8879
|
"clean_array",
|
8941
8880
|
"clone",
|
8881
|
+
"comment",
|
8882
|
+
"comment=",
|
8942
8883
|
"constantize",
|
8943
8884
|
"convert_to_class_name",
|
8944
8885
|
"convert_to_snake_case",
|
@@ -9061,6 +9002,7 @@
|
|
9061
9002
|
"provider",
|
9062
9003
|
"provider=",
|
9063
9004
|
"provider_for_action",
|
9005
|
+
"ps_credential",
|
9064
9006
|
"public_method",
|
9065
9007
|
"public_methods",
|
9066
9008
|
"public_send",
|
@@ -9116,9 +9058,11 @@
|
|
9116
9058
|
"subscribes",
|
9117
9059
|
"system",
|
9118
9060
|
"system=",
|
9061
|
+
"tagged?",
|
9119
9062
|
"taint",
|
9120
9063
|
"tainted?",
|
9121
9064
|
"tap",
|
9065
|
+
"then",
|
9122
9066
|
"to_enum",
|
9123
9067
|
"to_h",
|
9124
9068
|
"to_hash",
|
@@ -9295,6 +9239,7 @@
|
|
9295
9239
|
"provider",
|
9296
9240
|
"provider=",
|
9297
9241
|
"provider_for_action",
|
9242
|
+
"ps_credential",
|
9298
9243
|
"public_method",
|
9299
9244
|
"public_methods",
|
9300
9245
|
"public_send",
|
@@ -9348,9 +9293,11 @@
|
|
9348
9293
|
"source_line_number",
|
9349
9294
|
"state_for_resource_reporter",
|
9350
9295
|
"subscribes",
|
9296
|
+
"tagged?",
|
9351
9297
|
"taint",
|
9352
9298
|
"tainted?",
|
9353
9299
|
"tap",
|
9300
|
+
"then",
|
9354
9301
|
"to_enum",
|
9355
9302
|
"to_h",
|
9356
9303
|
"to_hash",
|
@@ -9520,6 +9467,7 @@
|
|
9520
9467
|
"provider",
|
9521
9468
|
"provider=",
|
9522
9469
|
"provider_for_action",
|
9470
|
+
"ps_credential",
|
9523
9471
|
"public_method",
|
9524
9472
|
"public_methods",
|
9525
9473
|
"public_send",
|
@@ -9579,9 +9527,11 @@
|
|
9579
9527
|
"source_line_number",
|
9580
9528
|
"state_for_resource_reporter",
|
9581
9529
|
"subscribes",
|
9530
|
+
"tagged?",
|
9582
9531
|
"taint",
|
9583
9532
|
"tainted?",
|
9584
9533
|
"tap",
|
9534
|
+
"then",
|
9585
9535
|
"timeout",
|
9586
9536
|
"timeout=",
|
9587
9537
|
"to_enum",
|
@@ -9757,6 +9707,7 @@
|
|
9757
9707
|
"provider",
|
9758
9708
|
"provider=",
|
9759
9709
|
"provider_for_action",
|
9710
|
+
"ps_credential",
|
9760
9711
|
"public_method",
|
9761
9712
|
"public_methods",
|
9762
9713
|
"public_send",
|
@@ -9810,12 +9761,14 @@
|
|
9810
9761
|
"source_line_number",
|
9811
9762
|
"state_for_resource_reporter",
|
9812
9763
|
"subscribes",
|
9764
|
+
"tagged?",
|
9813
9765
|
"taint",
|
9814
9766
|
"tainted?",
|
9815
9767
|
"tap",
|
9816
9768
|
"tap_name",
|
9817
9769
|
"tap_name=",
|
9818
9770
|
"tapped?",
|
9771
|
+
"then",
|
9819
9772
|
"to_enum",
|
9820
9773
|
"to_h",
|
9821
9774
|
"to_hash",
|
@@ -9989,6 +9942,7 @@
|
|
9989
9942
|
"provider",
|
9990
9943
|
"provider=",
|
9991
9944
|
"provider_for_action",
|
9945
|
+
"ps_credential",
|
9992
9946
|
"public_method",
|
9993
9947
|
"public_methods",
|
9994
9948
|
"public_send",
|
@@ -10042,9 +9996,11 @@
|
|
10042
9996
|
"source_line_number",
|
10043
9997
|
"state_for_resource_reporter",
|
10044
9998
|
"subscribes",
|
9999
|
+
"tagged?",
|
10045
10000
|
"taint",
|
10046
10001
|
"tainted?",
|
10047
10002
|
"tap",
|
10003
|
+
"then",
|
10048
10004
|
"to_enum",
|
10049
10005
|
"to_h",
|
10050
10006
|
"to_hash",
|
@@ -10213,6 +10169,7 @@
|
|
10213
10169
|
"provider",
|
10214
10170
|
"provider=",
|
10215
10171
|
"provider_for_action",
|
10172
|
+
"ps_credential",
|
10216
10173
|
"public_method",
|
10217
10174
|
"public_methods",
|
10218
10175
|
"public_send",
|
@@ -10266,9 +10223,11 @@
|
|
10266
10223
|
"source_line_number",
|
10267
10224
|
"state_for_resource_reporter",
|
10268
10225
|
"subscribes",
|
10226
|
+
"tagged?",
|
10269
10227
|
"taint",
|
10270
10228
|
"tainted?",
|
10271
10229
|
"tap",
|
10230
|
+
"then",
|
10272
10231
|
"to_enum",
|
10273
10232
|
"to_h",
|
10274
10233
|
"to_hash",
|
@@ -10466,6 +10425,7 @@
|
|
10466
10425
|
"provider",
|
10467
10426
|
"provider=",
|
10468
10427
|
"provider_for_action",
|
10428
|
+
"ps_credential",
|
10469
10429
|
"public_method",
|
10470
10430
|
"public_methods",
|
10471
10431
|
"public_send",
|
@@ -10521,11 +10481,13 @@
|
|
10521
10481
|
"source_line_number",
|
10522
10482
|
"state_for_resource_reporter",
|
10523
10483
|
"subscribes",
|
10484
|
+
"tagged?",
|
10524
10485
|
"taint",
|
10525
10486
|
"tainted?",
|
10526
10487
|
"tap",
|
10527
10488
|
"target",
|
10528
10489
|
"target=",
|
10490
|
+
"then",
|
10529
10491
|
"to_enum",
|
10530
10492
|
"to_h",
|
10531
10493
|
"to_hash",
|
@@ -10697,6 +10659,7 @@
|
|
10697
10659
|
"provider",
|
10698
10660
|
"provider=",
|
10699
10661
|
"provider_for_action",
|
10662
|
+
"ps_credential",
|
10700
10663
|
"public_method",
|
10701
10664
|
"public_methods",
|
10702
10665
|
"public_send",
|
@@ -10756,9 +10719,11 @@
|
|
10756
10719
|
"source_line_number",
|
10757
10720
|
"state_for_resource_reporter",
|
10758
10721
|
"subscribes",
|
10722
|
+
"tagged?",
|
10759
10723
|
"taint",
|
10760
10724
|
"tainted?",
|
10761
10725
|
"tap",
|
10726
|
+
"then",
|
10762
10727
|
"timeout",
|
10763
10728
|
"timeout=",
|
10764
10729
|
"to_enum",
|
@@ -10930,6 +10895,7 @@
|
|
10930
10895
|
"provider",
|
10931
10896
|
"provider=",
|
10932
10897
|
"provider_for_action",
|
10898
|
+
"ps_credential",
|
10933
10899
|
"public_method",
|
10934
10900
|
"public_methods",
|
10935
10901
|
"public_send",
|
@@ -10983,9 +10949,11 @@
|
|
10983
10949
|
"source_line_number",
|
10984
10950
|
"state_for_resource_reporter",
|
10985
10951
|
"subscribes",
|
10952
|
+
"tagged?",
|
10986
10953
|
"taint",
|
10987
10954
|
"tainted?",
|
10988
10955
|
"tap",
|
10956
|
+
"then",
|
10989
10957
|
"to_enum",
|
10990
10958
|
"to_h",
|
10991
10959
|
"to_hash",
|
@@ -11180,6 +11148,7 @@
|
|
11180
11148
|
"provider",
|
11181
11149
|
"provider=",
|
11182
11150
|
"provider_for_action",
|
11151
|
+
"ps_credential",
|
11183
11152
|
"public_method",
|
11184
11153
|
"public_methods",
|
11185
11154
|
"public_send",
|
@@ -11236,9 +11205,11 @@
|
|
11236
11205
|
"source_line_number",
|
11237
11206
|
"state_for_resource_reporter",
|
11238
11207
|
"subscribes",
|
11208
|
+
"tagged?",
|
11239
11209
|
"taint",
|
11240
11210
|
"tainted?",
|
11241
11211
|
"tap",
|
11212
|
+
"then",
|
11242
11213
|
"timeout",
|
11243
11214
|
"timeout=",
|
11244
11215
|
"to_enum",
|
@@ -11471,6 +11442,7 @@
|
|
11471
11442
|
"provider",
|
11472
11443
|
"provider=",
|
11473
11444
|
"provider_for_action",
|
11445
|
+
"ps_credential",
|
11474
11446
|
"public_method",
|
11475
11447
|
"public_methods",
|
11476
11448
|
"public_send",
|
@@ -11550,9 +11522,11 @@
|
|
11550
11522
|
"start_on_mount=",
|
11551
11523
|
"state_for_resource_reporter",
|
11552
11524
|
"subscribes",
|
11525
|
+
"tagged?",
|
11553
11526
|
"taint",
|
11554
11527
|
"tainted?",
|
11555
11528
|
"tap",
|
11529
|
+
"then",
|
11556
11530
|
"throttle_interval",
|
11557
11531
|
"throttle_interval=",
|
11558
11532
|
"time_out",
|
@@ -11740,6 +11714,7 @@
|
|
11740
11714
|
"provider",
|
11741
11715
|
"provider=",
|
11742
11716
|
"provider_for_action",
|
11717
|
+
"ps_credential",
|
11743
11718
|
"public_method",
|
11744
11719
|
"public_methods",
|
11745
11720
|
"public_send",
|
@@ -11793,11 +11768,13 @@
|
|
11793
11768
|
"source_line_number",
|
11794
11769
|
"state_for_resource_reporter",
|
11795
11770
|
"subscribes",
|
11771
|
+
"tagged?",
|
11796
11772
|
"taint",
|
11797
11773
|
"tainted?",
|
11798
11774
|
"tap",
|
11799
11775
|
"target_file",
|
11800
11776
|
"target_file=",
|
11777
|
+
"then",
|
11801
11778
|
"to",
|
11802
11779
|
"to=",
|
11803
11780
|
"to_enum",
|
@@ -11968,6 +11945,7 @@
|
|
11968
11945
|
"provider",
|
11969
11946
|
"provider=",
|
11970
11947
|
"provider_for_action",
|
11948
|
+
"ps_credential",
|
11971
11949
|
"public_method",
|
11972
11950
|
"public_methods",
|
11973
11951
|
"public_send",
|
@@ -12021,9 +11999,11 @@
|
|
12021
11999
|
"source_line_number",
|
12022
12000
|
"state_for_resource_reporter",
|
12023
12001
|
"subscribes",
|
12002
|
+
"tagged?",
|
12024
12003
|
"taint",
|
12025
12004
|
"tainted?",
|
12026
12005
|
"tap",
|
12006
|
+
"then",
|
12027
12007
|
"to_enum",
|
12028
12008
|
"to_h",
|
12029
12009
|
"to_hash",
|
@@ -12191,6 +12171,7 @@
|
|
12191
12171
|
"provider",
|
12192
12172
|
"provider=",
|
12193
12173
|
"provider_for_action",
|
12174
|
+
"ps_credential",
|
12194
12175
|
"public_method",
|
12195
12176
|
"public_methods",
|
12196
12177
|
"public_send",
|
@@ -12244,9 +12225,11 @@
|
|
12244
12225
|
"source_line_number",
|
12245
12226
|
"state_for_resource_reporter",
|
12246
12227
|
"subscribes",
|
12228
|
+
"tagged?",
|
12247
12229
|
"taint",
|
12248
12230
|
"tainted?",
|
12249
12231
|
"tap",
|
12232
|
+
"then",
|
12250
12233
|
"to_enum",
|
12251
12234
|
"to_h",
|
12252
12235
|
"to_hash",
|
@@ -12420,6 +12403,7 @@
|
|
12420
12403
|
"provider",
|
12421
12404
|
"provider=",
|
12422
12405
|
"provider_for_action",
|
12406
|
+
"ps_credential",
|
12423
12407
|
"public_method",
|
12424
12408
|
"public_methods",
|
12425
12409
|
"public_send",
|
@@ -12475,9 +12459,11 @@
|
|
12475
12459
|
"subscribes",
|
12476
12460
|
"sudo",
|
12477
12461
|
"sudo=",
|
12462
|
+
"tagged?",
|
12478
12463
|
"taint",
|
12479
12464
|
"tainted?",
|
12480
12465
|
"tap",
|
12466
|
+
"then",
|
12481
12467
|
"to_enum",
|
12482
12468
|
"to_h",
|
12483
12469
|
"to_hash",
|
@@ -12594,6 +12580,7 @@
|
|
12594
12580
|
"ignore_failure",
|
12595
12581
|
"ignore_failure=",
|
12596
12582
|
"immediate_notifications",
|
12583
|
+
"indirect",
|
12597
12584
|
"inherits",
|
12598
12585
|
"init_command",
|
12599
12586
|
"inspect",
|
@@ -12656,6 +12643,7 @@
|
|
12656
12643
|
"provider",
|
12657
12644
|
"provider=",
|
12658
12645
|
"provider_for_action",
|
12646
|
+
"ps_credential",
|
12659
12647
|
"public_method",
|
12660
12648
|
"public_methods",
|
12661
12649
|
"public_send",
|
@@ -12722,9 +12710,11 @@
|
|
12722
12710
|
"subscribes",
|
12723
12711
|
"supports",
|
12724
12712
|
"supports=",
|
12713
|
+
"tagged?",
|
12725
12714
|
"taint",
|
12726
12715
|
"tainted?",
|
12727
12716
|
"tap",
|
12717
|
+
"then",
|
12728
12718
|
"timeout",
|
12729
12719
|
"to_enum",
|
12730
12720
|
"to_h",
|
@@ -12894,6 +12884,7 @@
|
|
12894
12884
|
"provider",
|
12895
12885
|
"provider=",
|
12896
12886
|
"provider_for_action",
|
12887
|
+
"ps_credential",
|
12897
12888
|
"public_method",
|
12898
12889
|
"public_methods",
|
12899
12890
|
"public_send",
|
@@ -12953,9 +12944,11 @@
|
|
12953
12944
|
"source_line_number",
|
12954
12945
|
"state_for_resource_reporter",
|
12955
12946
|
"subscribes",
|
12947
|
+
"tagged?",
|
12956
12948
|
"taint",
|
12957
12949
|
"tainted?",
|
12958
12950
|
"tap",
|
12951
|
+
"then",
|
12959
12952
|
"timeout",
|
12960
12953
|
"timeout=",
|
12961
12954
|
"to_enum",
|
@@ -13137,6 +13130,7 @@
|
|
13137
13130
|
"provider",
|
13138
13131
|
"provider=",
|
13139
13132
|
"provider_for_action",
|
13133
|
+
"ps_credential",
|
13140
13134
|
"public_method",
|
13141
13135
|
"public_methods",
|
13142
13136
|
"public_send",
|
@@ -13192,9 +13186,11 @@
|
|
13192
13186
|
"source_line_number",
|
13193
13187
|
"state_for_resource_reporter",
|
13194
13188
|
"subscribes",
|
13189
|
+
"tagged?",
|
13195
13190
|
"taint",
|
13196
13191
|
"tainted?",
|
13197
13192
|
"tap",
|
13193
|
+
"then",
|
13198
13194
|
"to_enum",
|
13199
13195
|
"to_h",
|
13200
13196
|
"to_hash",
|
@@ -13382,6 +13378,7 @@
|
|
13382
13378
|
"provider",
|
13383
13379
|
"provider=",
|
13384
13380
|
"provider_for_action",
|
13381
|
+
"ps_credential",
|
13385
13382
|
"public_method",
|
13386
13383
|
"public_methods",
|
13387
13384
|
"public_send",
|
@@ -13437,9 +13434,11 @@
|
|
13437
13434
|
"subscribes",
|
13438
13435
|
"supports",
|
13439
13436
|
"supports=",
|
13437
|
+
"tagged?",
|
13440
13438
|
"taint",
|
13441
13439
|
"tainted?",
|
13442
13440
|
"tap",
|
13441
|
+
"then",
|
13443
13442
|
"to_enum",
|
13444
13443
|
"to_h",
|
13445
13444
|
"to_hash",
|
@@ -13612,6 +13611,7 @@
|
|
13612
13611
|
"provider",
|
13613
13612
|
"provider=",
|
13614
13613
|
"provider_for_action",
|
13614
|
+
"ps_credential",
|
13615
13615
|
"public_method",
|
13616
13616
|
"public_methods",
|
13617
13617
|
"public_send",
|
@@ -13671,9 +13671,11 @@
|
|
13671
13671
|
"source_line_number",
|
13672
13672
|
"state_for_resource_reporter",
|
13673
13673
|
"subscribes",
|
13674
|
+
"tagged?",
|
13674
13675
|
"taint",
|
13675
13676
|
"tainted?",
|
13676
13677
|
"tap",
|
13678
|
+
"then",
|
13677
13679
|
"timeout",
|
13678
13680
|
"timeout=",
|
13679
13681
|
"to_enum",
|
@@ -13846,6 +13848,7 @@
|
|
13846
13848
|
"provider",
|
13847
13849
|
"provider=",
|
13848
13850
|
"provider_for_action",
|
13851
|
+
"ps_credential",
|
13849
13852
|
"public_method",
|
13850
13853
|
"public_methods",
|
13851
13854
|
"public_send",
|
@@ -13899,9 +13902,11 @@
|
|
13899
13902
|
"source_line_number",
|
13900
13903
|
"state_for_resource_reporter",
|
13901
13904
|
"subscribes",
|
13905
|
+
"tagged?",
|
13902
13906
|
"taint",
|
13903
13907
|
"tainted?",
|
13904
13908
|
"tap",
|
13909
|
+
"then",
|
13905
13910
|
"to_enum",
|
13906
13911
|
"to_h",
|
13907
13912
|
"to_hash",
|
@@ -14071,6 +14076,7 @@
|
|
14071
14076
|
"provider",
|
14072
14077
|
"provider=",
|
14073
14078
|
"provider_for_action",
|
14079
|
+
"ps_credential",
|
14074
14080
|
"public_method",
|
14075
14081
|
"public_methods",
|
14076
14082
|
"public_send",
|
@@ -14124,9 +14130,11 @@
|
|
14124
14130
|
"source_line_number",
|
14125
14131
|
"state_for_resource_reporter",
|
14126
14132
|
"subscribes",
|
14133
|
+
"tagged?",
|
14127
14134
|
"taint",
|
14128
14135
|
"tainted?",
|
14129
14136
|
"tap",
|
14137
|
+
"then",
|
14130
14138
|
"to_enum",
|
14131
14139
|
"to_h",
|
14132
14140
|
"to_hash",
|
@@ -14294,6 +14302,7 @@
|
|
14294
14302
|
"provider",
|
14295
14303
|
"provider=",
|
14296
14304
|
"provider_for_action",
|
14305
|
+
"ps_credential",
|
14297
14306
|
"public_method",
|
14298
14307
|
"public_methods",
|
14299
14308
|
"public_send",
|
@@ -14353,9 +14362,11 @@
|
|
14353
14362
|
"source_line_number",
|
14354
14363
|
"state_for_resource_reporter",
|
14355
14364
|
"subscribes",
|
14365
|
+
"tagged?",
|
14356
14366
|
"taint",
|
14357
14367
|
"tainted?",
|
14358
14368
|
"tap",
|
14369
|
+
"then",
|
14359
14370
|
"timeout",
|
14360
14371
|
"timeout=",
|
14361
14372
|
"to_enum",
|
@@ -14553,6 +14564,7 @@
|
|
14553
14564
|
"provider",
|
14554
14565
|
"provider=",
|
14555
14566
|
"provider_for_action",
|
14567
|
+
"ps_credential",
|
14556
14568
|
"public_method",
|
14557
14569
|
"public_methods",
|
14558
14570
|
"public_send",
|
@@ -14609,9 +14621,11 @@
|
|
14609
14621
|
"source_line_number",
|
14610
14622
|
"state_for_resource_reporter",
|
14611
14623
|
"subscribes",
|
14624
|
+
"tagged?",
|
14612
14625
|
"taint",
|
14613
14626
|
"tainted?",
|
14614
14627
|
"tap",
|
14628
|
+
"then",
|
14615
14629
|
"to_enum",
|
14616
14630
|
"to_h",
|
14617
14631
|
"to_hash",
|
@@ -14809,6 +14823,7 @@
|
|
14809
14823
|
"provider",
|
14810
14824
|
"provider=",
|
14811
14825
|
"provider_for_action",
|
14826
|
+
"ps_credential",
|
14812
14827
|
"public_method",
|
14813
14828
|
"public_methods",
|
14814
14829
|
"public_send",
|
@@ -14865,9 +14880,11 @@
|
|
14865
14880
|
"source_line_number",
|
14866
14881
|
"state_for_resource_reporter",
|
14867
14882
|
"subscribes",
|
14883
|
+
"tagged?",
|
14868
14884
|
"taint",
|
14869
14885
|
"tainted?",
|
14870
14886
|
"tap",
|
14887
|
+
"then",
|
14871
14888
|
"to_enum",
|
14872
14889
|
"to_h",
|
14873
14890
|
"to_hash",
|
@@ -15063,6 +15080,7 @@
|
|
15063
15080
|
"provider",
|
15064
15081
|
"provider=",
|
15065
15082
|
"provider_for_action",
|
15083
|
+
"ps_credential",
|
15066
15084
|
"public_method",
|
15067
15085
|
"public_methods",
|
15068
15086
|
"public_send",
|
@@ -15119,9 +15137,11 @@
|
|
15119
15137
|
"source_line_number",
|
15120
15138
|
"state_for_resource_reporter",
|
15121
15139
|
"subscribes",
|
15140
|
+
"tagged?",
|
15122
15141
|
"taint",
|
15123
15142
|
"tainted?",
|
15124
15143
|
"tap",
|
15144
|
+
"then",
|
15125
15145
|
"to_enum",
|
15126
15146
|
"to_h",
|
15127
15147
|
"to_hash",
|
@@ -15319,6 +15339,7 @@
|
|
15319
15339
|
"provider",
|
15320
15340
|
"provider=",
|
15321
15341
|
"provider_for_action",
|
15342
|
+
"ps_credential",
|
15322
15343
|
"public_method",
|
15323
15344
|
"public_methods",
|
15324
15345
|
"public_send",
|
@@ -15375,9 +15396,11 @@
|
|
15375
15396
|
"source_line_number",
|
15376
15397
|
"state_for_resource_reporter",
|
15377
15398
|
"subscribes",
|
15399
|
+
"tagged?",
|
15378
15400
|
"taint",
|
15379
15401
|
"tainted?",
|
15380
15402
|
"tap",
|
15403
|
+
"then",
|
15381
15404
|
"to_enum",
|
15382
15405
|
"to_h",
|
15383
15406
|
"to_hash",
|
@@ -15573,6 +15596,7 @@
|
|
15573
15596
|
"provider",
|
15574
15597
|
"provider=",
|
15575
15598
|
"provider_for_action",
|
15599
|
+
"ps_credential",
|
15576
15600
|
"public_method",
|
15577
15601
|
"public_methods",
|
15578
15602
|
"public_send",
|
@@ -15629,9 +15653,11 @@
|
|
15629
15653
|
"source_line_number",
|
15630
15654
|
"state_for_resource_reporter",
|
15631
15655
|
"subscribes",
|
15656
|
+
"tagged?",
|
15632
15657
|
"taint",
|
15633
15658
|
"tainted?",
|
15634
15659
|
"tap",
|
15660
|
+
"then",
|
15635
15661
|
"to_enum",
|
15636
15662
|
"to_h",
|
15637
15663
|
"to_hash",
|
@@ -15855,6 +15881,7 @@
|
|
15855
15881
|
"provider",
|
15856
15882
|
"provider=",
|
15857
15883
|
"provider_for_action",
|
15884
|
+
"ps_credential",
|
15858
15885
|
"public_method",
|
15859
15886
|
"public_methods",
|
15860
15887
|
"public_send",
|
@@ -15915,9 +15942,11 @@
|
|
15915
15942
|
"subject_alt_name",
|
15916
15943
|
"subject_alt_name=",
|
15917
15944
|
"subscribes",
|
15945
|
+
"tagged?",
|
15918
15946
|
"taint",
|
15919
15947
|
"tainted?",
|
15920
15948
|
"tap",
|
15949
|
+
"then",
|
15921
15950
|
"to_enum",
|
15922
15951
|
"to_h",
|
15923
15952
|
"to_hash",
|
@@ -16115,6 +16144,7 @@
|
|
16115
16144
|
"provider",
|
16116
16145
|
"provider=",
|
16117
16146
|
"provider_for_action",
|
16147
|
+
"ps_credential",
|
16118
16148
|
"public_method",
|
16119
16149
|
"public_methods",
|
16120
16150
|
"public_send",
|
@@ -16177,9 +16207,11 @@
|
|
16177
16207
|
"source_line_number",
|
16178
16208
|
"state_for_resource_reporter",
|
16179
16209
|
"subscribes",
|
16210
|
+
"tagged?",
|
16180
16211
|
"taint",
|
16181
16212
|
"tainted?",
|
16182
16213
|
"tap",
|
16214
|
+
"then",
|
16183
16215
|
"to_enum",
|
16184
16216
|
"to_h",
|
16185
16217
|
"to_hash",
|
@@ -16391,6 +16423,7 @@
|
|
16391
16423
|
"provider",
|
16392
16424
|
"provider=",
|
16393
16425
|
"provider_for_action",
|
16426
|
+
"ps_credential",
|
16394
16427
|
"public_method",
|
16395
16428
|
"public_methods",
|
16396
16429
|
"public_send",
|
@@ -16449,9 +16482,11 @@
|
|
16449
16482
|
"state=",
|
16450
16483
|
"state_for_resource_reporter",
|
16451
16484
|
"subscribes",
|
16485
|
+
"tagged?",
|
16452
16486
|
"taint",
|
16453
16487
|
"tainted?",
|
16454
16488
|
"tap",
|
16489
|
+
"then",
|
16455
16490
|
"to_enum",
|
16456
16491
|
"to_h",
|
16457
16492
|
"to_hash",
|
@@ -16623,6 +16658,7 @@
|
|
16623
16658
|
"provider",
|
16624
16659
|
"provider=",
|
16625
16660
|
"provider_for_action",
|
16661
|
+
"ps_credential",
|
16626
16662
|
"public_method",
|
16627
16663
|
"public_methods",
|
16628
16664
|
"public_send",
|
@@ -16676,9 +16712,11 @@
|
|
16676
16712
|
"source_line_number",
|
16677
16713
|
"state_for_resource_reporter",
|
16678
16714
|
"subscribes",
|
16715
|
+
"tagged?",
|
16679
16716
|
"taint",
|
16680
16717
|
"tainted?",
|
16681
16718
|
"tap",
|
16719
|
+
"then",
|
16682
16720
|
"to_enum",
|
16683
16721
|
"to_h",
|
16684
16722
|
"to_hash",
|
@@ -16846,6 +16884,7 @@
|
|
16846
16884
|
"provider",
|
16847
16885
|
"provider=",
|
16848
16886
|
"provider_for_action",
|
16887
|
+
"ps_credential",
|
16849
16888
|
"public_method",
|
16850
16889
|
"public_methods",
|
16851
16890
|
"public_send",
|
@@ -16905,9 +16944,11 @@
|
|
16905
16944
|
"source_line_number",
|
16906
16945
|
"state_for_resource_reporter",
|
16907
16946
|
"subscribes",
|
16947
|
+
"tagged?",
|
16908
16948
|
"taint",
|
16909
16949
|
"tainted?",
|
16910
16950
|
"tap",
|
16951
|
+
"then",
|
16911
16952
|
"timeout",
|
16912
16953
|
"timeout=",
|
16913
16954
|
"to_enum",
|
@@ -17079,6 +17120,7 @@
|
|
17079
17120
|
"provider",
|
17080
17121
|
"provider=",
|
17081
17122
|
"provider_for_action",
|
17123
|
+
"ps_credential",
|
17082
17124
|
"public_method",
|
17083
17125
|
"public_methods",
|
17084
17126
|
"public_send",
|
@@ -17138,9 +17180,11 @@
|
|
17138
17180
|
"source_line_number",
|
17139
17181
|
"state_for_resource_reporter",
|
17140
17182
|
"subscribes",
|
17183
|
+
"tagged?",
|
17141
17184
|
"taint",
|
17142
17185
|
"tainted?",
|
17143
17186
|
"tap",
|
17187
|
+
"then",
|
17144
17188
|
"timeout",
|
17145
17189
|
"timeout=",
|
17146
17190
|
"to_enum",
|
@@ -17312,6 +17356,7 @@
|
|
17312
17356
|
"provider",
|
17313
17357
|
"provider=",
|
17314
17358
|
"provider_for_action",
|
17359
|
+
"ps_credential",
|
17315
17360
|
"public_method",
|
17316
17361
|
"public_methods",
|
17317
17362
|
"public_send",
|
@@ -17371,9 +17416,11 @@
|
|
17371
17416
|
"source_line_number",
|
17372
17417
|
"state_for_resource_reporter",
|
17373
17418
|
"subscribes",
|
17419
|
+
"tagged?",
|
17374
17420
|
"taint",
|
17375
17421
|
"tainted?",
|
17376
17422
|
"tap",
|
17423
|
+
"then",
|
17377
17424
|
"timeout",
|
17378
17425
|
"timeout=",
|
17379
17426
|
"to_enum",
|
@@ -17570,6 +17617,7 @@
|
|
17570
17617
|
"provider",
|
17571
17618
|
"provider=",
|
17572
17619
|
"provider_for_action",
|
17620
|
+
"ps_credential",
|
17573
17621
|
"public_method",
|
17574
17622
|
"public_methods",
|
17575
17623
|
"public_send",
|
@@ -17626,9 +17674,11 @@
|
|
17626
17674
|
"source_line_number",
|
17627
17675
|
"state_for_resource_reporter",
|
17628
17676
|
"subscribes",
|
17677
|
+
"tagged?",
|
17629
17678
|
"taint",
|
17630
17679
|
"tainted?",
|
17631
17680
|
"tap",
|
17681
|
+
"then",
|
17632
17682
|
"timeout",
|
17633
17683
|
"timeout=",
|
17634
17684
|
"to_enum",
|
@@ -17803,6 +17853,7 @@
|
|
17803
17853
|
"provider",
|
17804
17854
|
"provider=",
|
17805
17855
|
"provider_for_action",
|
17856
|
+
"ps_credential",
|
17806
17857
|
"public_method",
|
17807
17858
|
"public_methods",
|
17808
17859
|
"public_send",
|
@@ -17862,9 +17913,11 @@
|
|
17862
17913
|
"source_line_number",
|
17863
17914
|
"state_for_resource_reporter",
|
17864
17915
|
"subscribes",
|
17916
|
+
"tagged?",
|
17865
17917
|
"taint",
|
17866
17918
|
"tainted?",
|
17867
17919
|
"tap",
|
17920
|
+
"then",
|
17868
17921
|
"timeout",
|
17869
17922
|
"timeout=",
|
17870
17923
|
"to_enum",
|
@@ -18037,6 +18090,7 @@
|
|
18037
18090
|
"provider",
|
18038
18091
|
"provider=",
|
18039
18092
|
"provider_for_action",
|
18093
|
+
"ps_credential",
|
18040
18094
|
"public_method",
|
18041
18095
|
"public_methods",
|
18042
18096
|
"public_send",
|
@@ -18098,9 +18152,11 @@
|
|
18098
18152
|
"source_line_number",
|
18099
18153
|
"state_for_resource_reporter",
|
18100
18154
|
"subscribes",
|
18155
|
+
"tagged?",
|
18101
18156
|
"taint",
|
18102
18157
|
"tainted?",
|
18103
18158
|
"tap",
|
18159
|
+
"then",
|
18104
18160
|
"timeout",
|
18105
18161
|
"timeout=",
|
18106
18162
|
"to_enum",
|
@@ -18272,6 +18328,7 @@
|
|
18272
18328
|
"provider_for_action",
|
18273
18329
|
"provider_name",
|
18274
18330
|
"provider_name=",
|
18331
|
+
"ps_credential",
|
18275
18332
|
"public_method",
|
18276
18333
|
"public_methods",
|
18277
18334
|
"public_send",
|
@@ -18333,9 +18390,11 @@
|
|
18333
18390
|
"source_name=",
|
18334
18391
|
"state_for_resource_reporter",
|
18335
18392
|
"subscribes",
|
18393
|
+
"tagged?",
|
18336
18394
|
"taint",
|
18337
18395
|
"tainted?",
|
18338
18396
|
"tap",
|
18397
|
+
"then",
|
18339
18398
|
"to_enum",
|
18340
18399
|
"to_h",
|
18341
18400
|
"to_hash",
|
@@ -18534,6 +18593,7 @@
|
|
18534
18593
|
"provider",
|
18535
18594
|
"provider=",
|
18536
18595
|
"provider_for_action",
|
18596
|
+
"ps_credential",
|
18537
18597
|
"public_method",
|
18538
18598
|
"public_methods",
|
18539
18599
|
"public_send",
|
@@ -18590,9 +18650,11 @@
|
|
18590
18650
|
"source_line_number",
|
18591
18651
|
"state_for_resource_reporter",
|
18592
18652
|
"subscribes",
|
18653
|
+
"tagged?",
|
18593
18654
|
"taint",
|
18594
18655
|
"tainted?",
|
18595
18656
|
"tap",
|
18657
|
+
"then",
|
18596
18658
|
"timeout",
|
18597
18659
|
"timeout=",
|
18598
18660
|
"to_enum",
|
@@ -18792,6 +18854,7 @@
|
|
18792
18854
|
"provider",
|
18793
18855
|
"provider=",
|
18794
18856
|
"provider_for_action",
|
18857
|
+
"ps_credential",
|
18795
18858
|
"public_method",
|
18796
18859
|
"public_methods",
|
18797
18860
|
"public_send",
|
@@ -18848,9 +18911,11 @@
|
|
18848
18911
|
"source_line_number",
|
18849
18912
|
"state_for_resource_reporter",
|
18850
18913
|
"subscribes",
|
18914
|
+
"tagged?",
|
18851
18915
|
"taint",
|
18852
18916
|
"tainted?",
|
18853
18917
|
"tap",
|
18918
|
+
"then",
|
18854
18919
|
"timeout",
|
18855
18920
|
"timeout=",
|
18856
18921
|
"to_enum",
|
@@ -19023,6 +19088,7 @@
|
|
19023
19088
|
"provider",
|
19024
19089
|
"provider=",
|
19025
19090
|
"provider_for_action",
|
19091
|
+
"ps_credential",
|
19026
19092
|
"public_method",
|
19027
19093
|
"public_methods",
|
19028
19094
|
"public_send",
|
@@ -19078,9 +19144,11 @@
|
|
19078
19144
|
"source_line_number",
|
19079
19145
|
"state_for_resource_reporter",
|
19080
19146
|
"subscribes",
|
19147
|
+
"tagged?",
|
19081
19148
|
"taint",
|
19082
19149
|
"tainted?",
|
19083
19150
|
"tap",
|
19151
|
+
"then",
|
19084
19152
|
"to_enum",
|
19085
19153
|
"to_h",
|
19086
19154
|
"to_hash",
|
@@ -19248,6 +19316,7 @@
|
|
19248
19316
|
"provider",
|
19249
19317
|
"provider=",
|
19250
19318
|
"provider_for_action",
|
19319
|
+
"ps_credential",
|
19251
19320
|
"public_method",
|
19252
19321
|
"public_methods",
|
19253
19322
|
"public_send",
|
@@ -19303,9 +19372,11 @@
|
|
19303
19372
|
"source_line_number",
|
19304
19373
|
"state_for_resource_reporter",
|
19305
19374
|
"subscribes",
|
19375
|
+
"tagged?",
|
19306
19376
|
"taint",
|
19307
19377
|
"tainted?",
|
19308
19378
|
"tap",
|
19379
|
+
"then",
|
19309
19380
|
"to_enum",
|
19310
19381
|
"to_h",
|
19311
19382
|
"to_hash",
|
@@ -19486,6 +19557,7 @@
|
|
19486
19557
|
"provider",
|
19487
19558
|
"provider=",
|
19488
19559
|
"provider_for_action",
|
19560
|
+
"ps_credential",
|
19489
19561
|
"public_method",
|
19490
19562
|
"public_methods",
|
19491
19563
|
"public_send",
|
@@ -19545,9 +19617,11 @@
|
|
19545
19617
|
"source_line_number",
|
19546
19618
|
"state_for_resource_reporter",
|
19547
19619
|
"subscribes",
|
19620
|
+
"tagged?",
|
19548
19621
|
"taint",
|
19549
19622
|
"tainted?",
|
19550
19623
|
"tap",
|
19624
|
+
"then",
|
19551
19625
|
"to_enum",
|
19552
19626
|
"to_h",
|
19553
19627
|
"to_hash",
|
@@ -19741,6 +19815,7 @@
|
|
19741
19815
|
"provider",
|
19742
19816
|
"provider=",
|
19743
19817
|
"provider_for_action",
|
19818
|
+
"ps_credential",
|
19744
19819
|
"public_method",
|
19745
19820
|
"public_methods",
|
19746
19821
|
"public_send",
|
@@ -19805,9 +19880,11 @@
|
|
19805
19880
|
"special_docker_files?",
|
19806
19881
|
"state_for_resource_reporter",
|
19807
19882
|
"subscribes",
|
19883
|
+
"tagged?",
|
19808
19884
|
"taint",
|
19809
19885
|
"tainted?",
|
19810
19886
|
"tap",
|
19887
|
+
"then",
|
19811
19888
|
"to_enum",
|
19812
19889
|
"to_h",
|
19813
19890
|
"to_hash",
|
@@ -19985,6 +20062,7 @@
|
|
19985
20062
|
"provider",
|
19986
20063
|
"provider=",
|
19987
20064
|
"provider_for_action",
|
20065
|
+
"ps_credential",
|
19988
20066
|
"public_method",
|
19989
20067
|
"public_methods",
|
19990
20068
|
"public_send",
|
@@ -20038,9 +20116,11 @@
|
|
20038
20116
|
"source_line_number",
|
20039
20117
|
"state_for_resource_reporter",
|
20040
20118
|
"subscribes",
|
20119
|
+
"tagged?",
|
20041
20120
|
"taint",
|
20042
20121
|
"tainted?",
|
20043
20122
|
"tap",
|
20123
|
+
"then",
|
20044
20124
|
"to_enum",
|
20045
20125
|
"to_h",
|
20046
20126
|
"to_hash",
|
@@ -20206,6 +20286,7 @@
|
|
20206
20286
|
"provider",
|
20207
20287
|
"provider=",
|
20208
20288
|
"provider_for_action",
|
20289
|
+
"ps_credential",
|
20209
20290
|
"public_method",
|
20210
20291
|
"public_methods",
|
20211
20292
|
"public_send",
|
@@ -20259,9 +20340,11 @@
|
|
20259
20340
|
"source_line_number",
|
20260
20341
|
"state_for_resource_reporter",
|
20261
20342
|
"subscribes",
|
20343
|
+
"tagged?",
|
20262
20344
|
"taint",
|
20263
20345
|
"tainted?",
|
20264
20346
|
"tap",
|
20347
|
+
"then",
|
20265
20348
|
"to_enum",
|
20266
20349
|
"to_h",
|
20267
20350
|
"to_hash",
|
@@ -20439,6 +20522,7 @@
|
|
20439
20522
|
"provider",
|
20440
20523
|
"provider=",
|
20441
20524
|
"provider_for_action",
|
20525
|
+
"ps_credential",
|
20442
20526
|
"public_method",
|
20443
20527
|
"public_methods",
|
20444
20528
|
"public_send",
|
@@ -20494,9 +20578,11 @@
|
|
20494
20578
|
"source_line_number",
|
20495
20579
|
"state_for_resource_reporter",
|
20496
20580
|
"subscribes",
|
20581
|
+
"tagged?",
|
20497
20582
|
"taint",
|
20498
20583
|
"tainted?",
|
20499
20584
|
"tap",
|
20585
|
+
"then",
|
20500
20586
|
"to_enum",
|
20501
20587
|
"to_h",
|
20502
20588
|
"to_hash",
|
@@ -20662,6 +20748,7 @@
|
|
20662
20748
|
"provider",
|
20663
20749
|
"provider=",
|
20664
20750
|
"provider_for_action",
|
20751
|
+
"ps_credential",
|
20665
20752
|
"public_method",
|
20666
20753
|
"public_methods",
|
20667
20754
|
"public_send",
|
@@ -20717,9 +20804,11 @@
|
|
20717
20804
|
"source_line_number",
|
20718
20805
|
"state_for_resource_reporter",
|
20719
20806
|
"subscribes",
|
20807
|
+
"tagged?",
|
20720
20808
|
"taint",
|
20721
20809
|
"tainted?",
|
20722
20810
|
"tap",
|
20811
|
+
"then",
|
20723
20812
|
"to_enum",
|
20724
20813
|
"to_h",
|
20725
20814
|
"to_hash",
|
@@ -20885,6 +20974,7 @@
|
|
20885
20974
|
"provider",
|
20886
20975
|
"provider=",
|
20887
20976
|
"provider_for_action",
|
20977
|
+
"ps_credential",
|
20888
20978
|
"public_method",
|
20889
20979
|
"public_methods",
|
20890
20980
|
"public_send",
|
@@ -20938,9 +21028,11 @@
|
|
20938
21028
|
"source_line_number",
|
20939
21029
|
"state_for_resource_reporter",
|
20940
21030
|
"subscribes",
|
21031
|
+
"tagged?",
|
20941
21032
|
"taint",
|
20942
21033
|
"tainted?",
|
20943
21034
|
"tap",
|
21035
|
+
"then",
|
20944
21036
|
"to_enum",
|
20945
21037
|
"to_h",
|
20946
21038
|
"to_hash",
|
@@ -21124,6 +21216,7 @@
|
|
21124
21216
|
"provider",
|
21125
21217
|
"provider=",
|
21126
21218
|
"provider_for_action",
|
21219
|
+
"ps_credential",
|
21127
21220
|
"public_method",
|
21128
21221
|
"public_methods",
|
21129
21222
|
"public_send",
|
@@ -21179,11 +21272,13 @@
|
|
21179
21272
|
"source_line_number",
|
21180
21273
|
"state_for_resource_reporter",
|
21181
21274
|
"subscribes",
|
21275
|
+
"tagged?",
|
21182
21276
|
"taint",
|
21183
21277
|
"tainted?",
|
21184
21278
|
"tap",
|
21185
21279
|
"target",
|
21186
21280
|
"target=",
|
21281
|
+
"then",
|
21187
21282
|
"to_enum",
|
21188
21283
|
"to_h",
|
21189
21284
|
"to_hash",
|
@@ -21353,6 +21448,7 @@
|
|
21353
21448
|
"provider",
|
21354
21449
|
"provider=",
|
21355
21450
|
"provider_for_action",
|
21451
|
+
"ps_credential",
|
21356
21452
|
"public_method",
|
21357
21453
|
"public_methods",
|
21358
21454
|
"public_send",
|
@@ -21412,9 +21508,11 @@
|
|
21412
21508
|
"source_line_number",
|
21413
21509
|
"state_for_resource_reporter",
|
21414
21510
|
"subscribes",
|
21511
|
+
"tagged?",
|
21415
21512
|
"taint",
|
21416
21513
|
"tainted?",
|
21417
21514
|
"tap",
|
21515
|
+
"then",
|
21418
21516
|
"timeout",
|
21419
21517
|
"timeout=",
|
21420
21518
|
"to_enum",
|
@@ -21611,6 +21709,7 @@
|
|
21611
21709
|
"provider",
|
21612
21710
|
"provider=",
|
21613
21711
|
"provider_for_action",
|
21712
|
+
"ps_credential",
|
21614
21713
|
"public_method",
|
21615
21714
|
"public_methods",
|
21616
21715
|
"public_send",
|
@@ -21667,9 +21766,11 @@
|
|
21667
21766
|
"source_line_number",
|
21668
21767
|
"state_for_resource_reporter",
|
21669
21768
|
"subscribes",
|
21769
|
+
"tagged?",
|
21670
21770
|
"taint",
|
21671
21771
|
"tainted?",
|
21672
21772
|
"tap",
|
21773
|
+
"then",
|
21673
21774
|
"timeout",
|
21674
21775
|
"timeout=",
|
21675
21776
|
"to_enum",
|
@@ -21843,6 +21944,7 @@
|
|
21843
21944
|
"provider",
|
21844
21945
|
"provider=",
|
21845
21946
|
"provider_for_action",
|
21947
|
+
"ps_credential",
|
21846
21948
|
"public_method",
|
21847
21949
|
"public_methods",
|
21848
21950
|
"public_send",
|
@@ -21896,9 +21998,11 @@
|
|
21896
21998
|
"source_line_number",
|
21897
21999
|
"state_for_resource_reporter",
|
21898
22000
|
"subscribes",
|
22001
|
+
"tagged?",
|
21899
22002
|
"taint",
|
21900
22003
|
"tainted?",
|
21901
22004
|
"tap",
|
22005
|
+
"then",
|
21902
22006
|
"to_enum",
|
21903
22007
|
"to_h",
|
21904
22008
|
"to_hash",
|
@@ -22077,6 +22181,7 @@
|
|
22077
22181
|
"provider",
|
22078
22182
|
"provider=",
|
22079
22183
|
"provider_for_action",
|
22184
|
+
"ps_credential",
|
22080
22185
|
"public_method",
|
22081
22186
|
"public_methods",
|
22082
22187
|
"public_send",
|
@@ -22138,9 +22243,11 @@
|
|
22138
22243
|
"ssh_wrapper=",
|
22139
22244
|
"state_for_resource_reporter",
|
22140
22245
|
"subscribes",
|
22246
|
+
"tagged?",
|
22141
22247
|
"taint",
|
22142
22248
|
"tainted?",
|
22143
22249
|
"tap",
|
22250
|
+
"then",
|
22144
22251
|
"timeout",
|
22145
22252
|
"timeout=",
|
22146
22253
|
"to_enum",
|
@@ -22337,6 +22444,7 @@
|
|
22337
22444
|
"provider",
|
22338
22445
|
"provider=",
|
22339
22446
|
"provider_for_action",
|
22447
|
+
"ps_credential",
|
22340
22448
|
"public_method",
|
22341
22449
|
"public_methods",
|
22342
22450
|
"public_send",
|
@@ -22393,9 +22501,11 @@
|
|
22393
22501
|
"source_line_number",
|
22394
22502
|
"state_for_resource_reporter",
|
22395
22503
|
"subscribes",
|
22504
|
+
"tagged?",
|
22396
22505
|
"taint",
|
22397
22506
|
"tainted?",
|
22398
22507
|
"tap",
|
22508
|
+
"then",
|
22399
22509
|
"timeout",
|
22400
22510
|
"timeout=",
|
22401
22511
|
"to_enum",
|
@@ -22513,6 +22623,7 @@
|
|
22513
22623
|
"ignore_failure",
|
22514
22624
|
"ignore_failure=",
|
22515
22625
|
"immediate_notifications",
|
22626
|
+
"indirect",
|
22516
22627
|
"inherits",
|
22517
22628
|
"init_command",
|
22518
22629
|
"inspect",
|
@@ -22573,6 +22684,7 @@
|
|
22573
22684
|
"provider",
|
22574
22685
|
"provider=",
|
22575
22686
|
"provider_for_action",
|
22687
|
+
"ps_credential",
|
22576
22688
|
"public_method",
|
22577
22689
|
"public_methods",
|
22578
22690
|
"public_send",
|
@@ -22637,9 +22749,11 @@
|
|
22637
22749
|
"subscribes",
|
22638
22750
|
"supports",
|
22639
22751
|
"supports=",
|
22752
|
+
"tagged?",
|
22640
22753
|
"taint",
|
22641
22754
|
"tainted?",
|
22642
22755
|
"tap",
|
22756
|
+
"then",
|
22643
22757
|
"timeout",
|
22644
22758
|
"to_enum",
|
22645
22759
|
"to_h",
|
@@ -22809,6 +22923,7 @@
|
|
22809
22923
|
"provider",
|
22810
22924
|
"provider=",
|
22811
22925
|
"provider_for_action",
|
22926
|
+
"ps_credential",
|
22812
22927
|
"public_method",
|
22813
22928
|
"public_methods",
|
22814
22929
|
"public_send",
|
@@ -22868,9 +22983,11 @@
|
|
22868
22983
|
"source_line_number",
|
22869
22984
|
"state_for_resource_reporter",
|
22870
22985
|
"subscribes",
|
22986
|
+
"tagged?",
|
22871
22987
|
"taint",
|
22872
22988
|
"tainted?",
|
22873
22989
|
"tap",
|
22990
|
+
"then",
|
22874
22991
|
"timeout",
|
22875
22992
|
"timeout=",
|
22876
22993
|
"to_enum",
|
@@ -23042,6 +23159,7 @@
|
|
23042
23159
|
"provider",
|
23043
23160
|
"provider=",
|
23044
23161
|
"provider_for_action",
|
23162
|
+
"ps_credential",
|
23045
23163
|
"public_method",
|
23046
23164
|
"public_methods",
|
23047
23165
|
"public_send",
|
@@ -23101,9 +23219,11 @@
|
|
23101
23219
|
"source_line_number",
|
23102
23220
|
"state_for_resource_reporter",
|
23103
23221
|
"subscribes",
|
23222
|
+
"tagged?",
|
23104
23223
|
"taint",
|
23105
23224
|
"tainted?",
|
23106
23225
|
"tap",
|
23226
|
+
"then",
|
23107
23227
|
"timeout",
|
23108
23228
|
"timeout=",
|
23109
23229
|
"to_enum",
|
@@ -23289,6 +23409,7 @@
|
|
23289
23409
|
"provider",
|
23290
23410
|
"provider=",
|
23291
23411
|
"provider_for_action",
|
23412
|
+
"ps_credential",
|
23292
23413
|
"public_method",
|
23293
23414
|
"public_methods",
|
23294
23415
|
"public_send",
|
@@ -23342,9 +23463,11 @@
|
|
23342
23463
|
"source_line_number",
|
23343
23464
|
"state_for_resource_reporter",
|
23344
23465
|
"subscribes",
|
23466
|
+
"tagged?",
|
23345
23467
|
"taint",
|
23346
23468
|
"tainted?",
|
23347
23469
|
"tap",
|
23470
|
+
"then",
|
23348
23471
|
"timeout",
|
23349
23472
|
"timeout=",
|
23350
23473
|
"to_enum",
|
@@ -23525,6 +23648,7 @@
|
|
23525
23648
|
"provider",
|
23526
23649
|
"provider=",
|
23527
23650
|
"provider_for_action",
|
23651
|
+
"ps_credential",
|
23528
23652
|
"public_method",
|
23529
23653
|
"public_methods",
|
23530
23654
|
"public_send",
|
@@ -23596,9 +23720,11 @@
|
|
23596
23720
|
"svn_password=",
|
23597
23721
|
"svn_username",
|
23598
23722
|
"svn_username=",
|
23723
|
+
"tagged?",
|
23599
23724
|
"taint",
|
23600
23725
|
"tainted?",
|
23601
23726
|
"tap",
|
23727
|
+
"then",
|
23602
23728
|
"timeout",
|
23603
23729
|
"timeout=",
|
23604
23730
|
"to_enum",
|
@@ -23791,6 +23917,7 @@
|
|
23791
23917
|
"provider",
|
23792
23918
|
"provider=",
|
23793
23919
|
"provider_for_action",
|
23920
|
+
"ps_credential",
|
23794
23921
|
"public_method",
|
23795
23922
|
"public_methods",
|
23796
23923
|
"public_send",
|
@@ -23848,11 +23975,13 @@
|
|
23848
23975
|
"source_line_number",
|
23849
23976
|
"state_for_resource_reporter",
|
23850
23977
|
"subscribes",
|
23978
|
+
"tagged?",
|
23851
23979
|
"taint",
|
23852
23980
|
"tainted?",
|
23853
23981
|
"tap",
|
23854
23982
|
"template",
|
23855
23983
|
"template=",
|
23984
|
+
"then",
|
23856
23985
|
"to_enum",
|
23857
23986
|
"to_h",
|
23858
23987
|
"to_hash",
|
@@ -24029,6 +24158,7 @@
|
|
24029
24158
|
"provider",
|
24030
24159
|
"provider=",
|
24031
24160
|
"provider_for_action",
|
24161
|
+
"ps_credential",
|
24032
24162
|
"public_method",
|
24033
24163
|
"public_methods",
|
24034
24164
|
"public_send",
|
@@ -24086,9 +24216,11 @@
|
|
24086
24216
|
"subscribes",
|
24087
24217
|
"swappiness",
|
24088
24218
|
"swappiness=",
|
24219
|
+
"tagged?",
|
24089
24220
|
"taint",
|
24090
24221
|
"tainted?",
|
24091
24222
|
"tap",
|
24223
|
+
"then",
|
24092
24224
|
"timeout",
|
24093
24225
|
"timeout=",
|
24094
24226
|
"to_enum",
|
@@ -24262,6 +24394,7 @@
|
|
24262
24394
|
"provider",
|
24263
24395
|
"provider=",
|
24264
24396
|
"provider_for_action",
|
24397
|
+
"ps_credential",
|
24265
24398
|
"public_method",
|
24266
24399
|
"public_methods",
|
24267
24400
|
"public_send",
|
@@ -24315,9 +24448,11 @@
|
|
24315
24448
|
"source_line_number",
|
24316
24449
|
"state_for_resource_reporter",
|
24317
24450
|
"subscribes",
|
24451
|
+
"tagged?",
|
24318
24452
|
"taint",
|
24319
24453
|
"tainted?",
|
24320
24454
|
"tap",
|
24455
|
+
"then",
|
24321
24456
|
"to_enum",
|
24322
24457
|
"to_h",
|
24323
24458
|
"to_hash",
|
@@ -24435,6 +24570,8 @@
|
|
24435
24570
|
"ignore_failure",
|
24436
24571
|
"ignore_failure=",
|
24437
24572
|
"immediate_notifications",
|
24573
|
+
"indirect",
|
24574
|
+
"indirect=",
|
24438
24575
|
"inherits",
|
24439
24576
|
"inspect",
|
24440
24577
|
"instance_eval",
|
@@ -24491,6 +24628,7 @@
|
|
24491
24628
|
"provider",
|
24492
24629
|
"provider=",
|
24493
24630
|
"provider_for_action",
|
24631
|
+
"ps_credential",
|
24494
24632
|
"public_method",
|
24495
24633
|
"public_methods",
|
24496
24634
|
"public_send",
|
@@ -24546,9 +24684,11 @@
|
|
24546
24684
|
"static",
|
24547
24685
|
"static=",
|
24548
24686
|
"subscribes",
|
24687
|
+
"tagged?",
|
24549
24688
|
"taint",
|
24550
24689
|
"tainted?",
|
24551
24690
|
"tap",
|
24691
|
+
"then",
|
24552
24692
|
"to_enum",
|
24553
24693
|
"to_h",
|
24554
24694
|
"to_hash",
|
@@ -24751,6 +24891,7 @@
|
|
24751
24891
|
"provider",
|
24752
24892
|
"provider=",
|
24753
24893
|
"provider_for_action",
|
24894
|
+
"ps_credential",
|
24754
24895
|
"public_method",
|
24755
24896
|
"public_methods",
|
24756
24897
|
"public_send",
|
@@ -24806,9 +24947,11 @@
|
|
24806
24947
|
"special_docker_files?",
|
24807
24948
|
"state_for_resource_reporter",
|
24808
24949
|
"subscribes",
|
24950
|
+
"tagged?",
|
24809
24951
|
"taint",
|
24810
24952
|
"tainted?",
|
24811
24953
|
"tap",
|
24954
|
+
"then",
|
24812
24955
|
"to_enum",
|
24813
24956
|
"to_h",
|
24814
24957
|
"to_hash",
|
@@ -24978,6 +25121,7 @@
|
|
24978
25121
|
"provider",
|
24979
25122
|
"provider=",
|
24980
25123
|
"provider_for_action",
|
25124
|
+
"ps_credential",
|
24981
25125
|
"public_method",
|
24982
25126
|
"public_methods",
|
24983
25127
|
"public_send",
|
@@ -25031,9 +25175,11 @@
|
|
25031
25175
|
"source_line_number",
|
25032
25176
|
"state_for_resource_reporter",
|
25033
25177
|
"subscribes",
|
25178
|
+
"tagged?",
|
25034
25179
|
"taint",
|
25035
25180
|
"tainted?",
|
25036
25181
|
"tap",
|
25182
|
+
"then",
|
25037
25183
|
"timezone",
|
25038
25184
|
"timezone=",
|
25039
25185
|
"to_enum",
|
@@ -25208,6 +25354,7 @@
|
|
25208
25354
|
"provider",
|
25209
25355
|
"provider=",
|
25210
25356
|
"provider_for_action",
|
25357
|
+
"ps_credential",
|
25211
25358
|
"public_method",
|
25212
25359
|
"public_methods",
|
25213
25360
|
"public_send",
|
@@ -25264,9 +25411,11 @@
|
|
25264
25411
|
"state_for_resource_reporter",
|
25265
25412
|
"subscribes",
|
25266
25413
|
"system",
|
25414
|
+
"tagged?",
|
25267
25415
|
"taint",
|
25268
25416
|
"tainted?",
|
25269
25417
|
"tap",
|
25418
|
+
"then",
|
25270
25419
|
"to_enum",
|
25271
25420
|
"to_h",
|
25272
25421
|
"to_hash",
|
@@ -25436,6 +25585,7 @@
|
|
25436
25585
|
"provider",
|
25437
25586
|
"provider=",
|
25438
25587
|
"provider_for_action",
|
25588
|
+
"ps_credential",
|
25439
25589
|
"public_method",
|
25440
25590
|
"public_methods",
|
25441
25591
|
"public_send",
|
@@ -25489,9 +25639,11 @@
|
|
25489
25639
|
"source_line_number",
|
25490
25640
|
"state_for_resource_reporter",
|
25491
25641
|
"subscribes",
|
25642
|
+
"tagged?",
|
25492
25643
|
"taint",
|
25493
25644
|
"tainted?",
|
25494
25645
|
"tap",
|
25646
|
+
"then",
|
25495
25647
|
"to_enum",
|
25496
25648
|
"to_h",
|
25497
25649
|
"to_hash",
|
@@ -25665,6 +25817,7 @@
|
|
25665
25817
|
"provider",
|
25666
25818
|
"provider=",
|
25667
25819
|
"provider_for_action",
|
25820
|
+
"ps_credential",
|
25668
25821
|
"public_method",
|
25669
25822
|
"public_methods",
|
25670
25823
|
"public_send",
|
@@ -25720,9 +25873,11 @@
|
|
25720
25873
|
"source_line_number",
|
25721
25874
|
"state_for_resource_reporter",
|
25722
25875
|
"subscribes",
|
25876
|
+
"tagged?",
|
25723
25877
|
"taint",
|
25724
25878
|
"tainted?",
|
25725
25879
|
"tap",
|
25880
|
+
"then",
|
25726
25881
|
"to_enum",
|
25727
25882
|
"to_h",
|
25728
25883
|
"to_hash",
|
@@ -25893,6 +26048,7 @@
|
|
25893
26048
|
"provider",
|
25894
26049
|
"provider=",
|
25895
26050
|
"provider_for_action",
|
26051
|
+
"ps_credential",
|
25896
26052
|
"public_method",
|
25897
26053
|
"public_methods",
|
25898
26054
|
"public_send",
|
@@ -25948,9 +26104,11 @@
|
|
25948
26104
|
"source_line_number",
|
25949
26105
|
"state_for_resource_reporter",
|
25950
26106
|
"subscribes",
|
26107
|
+
"tagged?",
|
25951
26108
|
"taint",
|
25952
26109
|
"tainted?",
|
25953
26110
|
"tap",
|
26111
|
+
"then",
|
25954
26112
|
"to_enum",
|
25955
26113
|
"to_h",
|
25956
26114
|
"to_hash",
|
@@ -26120,6 +26278,7 @@
|
|
26120
26278
|
"provider",
|
26121
26279
|
"provider=",
|
26122
26280
|
"provider_for_action",
|
26281
|
+
"ps_credential",
|
26123
26282
|
"public_method",
|
26124
26283
|
"public_methods",
|
26125
26284
|
"public_send",
|
@@ -26177,9 +26336,11 @@
|
|
26177
26336
|
"store_name",
|
26178
26337
|
"store_name=",
|
26179
26338
|
"subscribes",
|
26339
|
+
"tagged?",
|
26180
26340
|
"taint",
|
26181
26341
|
"tainted?",
|
26182
26342
|
"tap",
|
26343
|
+
"then",
|
26183
26344
|
"to_enum",
|
26184
26345
|
"to_h",
|
26185
26346
|
"to_hash",
|
@@ -26349,6 +26510,7 @@
|
|
26349
26510
|
"provider",
|
26350
26511
|
"provider=",
|
26351
26512
|
"provider_for_action",
|
26513
|
+
"ps_credential",
|
26352
26514
|
"public_method",
|
26353
26515
|
"public_methods",
|
26354
26516
|
"public_send",
|
@@ -26402,9 +26564,11 @@
|
|
26402
26564
|
"source_line_number",
|
26403
26565
|
"state_for_resource_reporter",
|
26404
26566
|
"subscribes",
|
26567
|
+
"tagged?",
|
26405
26568
|
"taint",
|
26406
26569
|
"tainted?",
|
26407
26570
|
"tap",
|
26571
|
+
"then",
|
26408
26572
|
"to_enum",
|
26409
26573
|
"to_h",
|
26410
26574
|
"to_hash",
|
@@ -26580,6 +26744,7 @@
|
|
26580
26744
|
"provider",
|
26581
26745
|
"provider=",
|
26582
26746
|
"provider_for_action",
|
26747
|
+
"ps_credential",
|
26583
26748
|
"public_method",
|
26584
26749
|
"public_methods",
|
26585
26750
|
"public_send",
|
@@ -26635,9 +26800,11 @@
|
|
26635
26800
|
"source_line_number",
|
26636
26801
|
"state_for_resource_reporter",
|
26637
26802
|
"subscribes",
|
26803
|
+
"tagged?",
|
26638
26804
|
"taint",
|
26639
26805
|
"tainted?",
|
26640
26806
|
"tap",
|
26807
|
+
"then",
|
26641
26808
|
"timeout",
|
26642
26809
|
"timeout=",
|
26643
26810
|
"to_enum",
|
@@ -26807,6 +26974,7 @@
|
|
26807
26974
|
"provider",
|
26808
26975
|
"provider=",
|
26809
26976
|
"provider_for_action",
|
26977
|
+
"ps_credential",
|
26810
26978
|
"public_method",
|
26811
26979
|
"public_methods",
|
26812
26980
|
"public_send",
|
@@ -26862,9 +27030,11 @@
|
|
26862
27030
|
"source_line_number",
|
26863
27031
|
"state_for_resource_reporter",
|
26864
27032
|
"subscribes",
|
27033
|
+
"tagged?",
|
26865
27034
|
"taint",
|
26866
27035
|
"tainted?",
|
26867
27036
|
"tap",
|
27037
|
+
"then",
|
26868
27038
|
"timeout",
|
26869
27039
|
"timeout=",
|
26870
27040
|
"to_enum",
|
@@ -27037,6 +27207,7 @@
|
|
27037
27207
|
"provider",
|
27038
27208
|
"provider=",
|
27039
27209
|
"provider_for_action",
|
27210
|
+
"ps_credential",
|
27040
27211
|
"public_method",
|
27041
27212
|
"public_methods",
|
27042
27213
|
"public_send",
|
@@ -27092,9 +27263,11 @@
|
|
27092
27263
|
"source_line_number",
|
27093
27264
|
"state_for_resource_reporter",
|
27094
27265
|
"subscribes",
|
27266
|
+
"tagged?",
|
27095
27267
|
"taint",
|
27096
27268
|
"tainted?",
|
27097
27269
|
"tap",
|
27270
|
+
"then",
|
27098
27271
|
"timeout",
|
27099
27272
|
"timeout=",
|
27100
27273
|
"to_enum",
|
@@ -27285,6 +27458,7 @@
|
|
27285
27458
|
"provider",
|
27286
27459
|
"provider=",
|
27287
27460
|
"provider_for_action",
|
27461
|
+
"ps_credential",
|
27288
27462
|
"public_method",
|
27289
27463
|
"public_methods",
|
27290
27464
|
"public_send",
|
@@ -27348,9 +27522,11 @@
|
|
27348
27522
|
"source_line_number",
|
27349
27523
|
"state_for_resource_reporter",
|
27350
27524
|
"subscribes",
|
27525
|
+
"tagged?",
|
27351
27526
|
"taint",
|
27352
27527
|
"tainted?",
|
27353
27528
|
"tap",
|
27529
|
+
"then",
|
27354
27530
|
"to_enum",
|
27355
27531
|
"to_h",
|
27356
27532
|
"to_hash",
|
@@ -27516,6 +27692,7 @@
|
|
27516
27692
|
"provider",
|
27517
27693
|
"provider=",
|
27518
27694
|
"provider_for_action",
|
27695
|
+
"ps_credential",
|
27519
27696
|
"public_method",
|
27520
27697
|
"public_methods",
|
27521
27698
|
"public_send",
|
@@ -27571,9 +27748,11 @@
|
|
27571
27748
|
"source_line_number",
|
27572
27749
|
"state_for_resource_reporter",
|
27573
27750
|
"subscribes",
|
27751
|
+
"tagged?",
|
27574
27752
|
"taint",
|
27575
27753
|
"tainted?",
|
27576
27754
|
"tap",
|
27755
|
+
"then",
|
27577
27756
|
"to_enum",
|
27578
27757
|
"to_h",
|
27579
27758
|
"to_hash",
|
@@ -27746,6 +27925,7 @@
|
|
27746
27925
|
"provider",
|
27747
27926
|
"provider=",
|
27748
27927
|
"provider_for_action",
|
27928
|
+
"ps_credential",
|
27749
27929
|
"public_method",
|
27750
27930
|
"public_methods",
|
27751
27931
|
"public_send",
|
@@ -27809,9 +27989,11 @@
|
|
27809
27989
|
"source_line_number",
|
27810
27990
|
"state_for_resource_reporter",
|
27811
27991
|
"subscribes",
|
27992
|
+
"tagged?",
|
27812
27993
|
"taint",
|
27813
27994
|
"tainted?",
|
27814
27995
|
"tap",
|
27996
|
+
"then",
|
27815
27997
|
"timeout",
|
27816
27998
|
"timeout=",
|
27817
27999
|
"to_enum",
|
@@ -27988,6 +28170,7 @@
|
|
27988
28170
|
"provider",
|
27989
28171
|
"provider=",
|
27990
28172
|
"provider_for_action",
|
28173
|
+
"ps_credential",
|
27991
28174
|
"public_method",
|
27992
28175
|
"public_methods",
|
27993
28176
|
"public_send",
|
@@ -28043,9 +28226,11 @@
|
|
28043
28226
|
"subscribes",
|
28044
28227
|
"system_managed",
|
28045
28228
|
"system_managed=",
|
28229
|
+
"tagged?",
|
28046
28230
|
"taint",
|
28047
28231
|
"tainted?",
|
28048
28232
|
"tap",
|
28233
|
+
"then",
|
28049
28234
|
"to_enum",
|
28050
28235
|
"to_h",
|
28051
28236
|
"to_hash",
|
@@ -28211,6 +28396,7 @@
|
|
28211
28396
|
"provider",
|
28212
28397
|
"provider=",
|
28213
28398
|
"provider_for_action",
|
28399
|
+
"ps_credential",
|
28214
28400
|
"public_method",
|
28215
28401
|
"public_methods",
|
28216
28402
|
"public_send",
|
@@ -28264,9 +28450,11 @@
|
|
28264
28450
|
"source_line_number",
|
28265
28451
|
"state_for_resource_reporter",
|
28266
28452
|
"subscribes",
|
28453
|
+
"tagged?",
|
28267
28454
|
"taint",
|
28268
28455
|
"tainted?",
|
28269
28456
|
"tap",
|
28457
|
+
"then",
|
28270
28458
|
"to_enum",
|
28271
28459
|
"to_h",
|
28272
28460
|
"to_hash",
|
@@ -28446,6 +28634,7 @@
|
|
28446
28634
|
"provider",
|
28447
28635
|
"provider=",
|
28448
28636
|
"provider_for_action",
|
28637
|
+
"ps_credential",
|
28449
28638
|
"public_method",
|
28450
28639
|
"public_methods",
|
28451
28640
|
"public_send",
|
@@ -28503,9 +28692,11 @@
|
|
28503
28692
|
"source_line_number",
|
28504
28693
|
"state_for_resource_reporter",
|
28505
28694
|
"subscribes",
|
28695
|
+
"tagged?",
|
28506
28696
|
"taint",
|
28507
28697
|
"tainted?",
|
28508
28698
|
"tap",
|
28699
|
+
"then",
|
28509
28700
|
"to_enum",
|
28510
28701
|
"to_h",
|
28511
28702
|
"to_hash",
|
@@ -28683,6 +28874,7 @@
|
|
28683
28874
|
"provider",
|
28684
28875
|
"provider=",
|
28685
28876
|
"provider_for_action",
|
28877
|
+
"ps_credential",
|
28686
28878
|
"public_method",
|
28687
28879
|
"public_methods",
|
28688
28880
|
"public_send",
|
@@ -28738,9 +28930,11 @@
|
|
28738
28930
|
"source_line_number",
|
28739
28931
|
"state_for_resource_reporter",
|
28740
28932
|
"subscribes",
|
28933
|
+
"tagged?",
|
28741
28934
|
"taint",
|
28742
28935
|
"tainted?",
|
28743
28936
|
"tap",
|
28937
|
+
"then",
|
28744
28938
|
"to_enum",
|
28745
28939
|
"to_h",
|
28746
28940
|
"to_hash",
|
@@ -28934,6 +29128,7 @@
|
|
28934
29128
|
"provider",
|
28935
29129
|
"provider=",
|
28936
29130
|
"provider_for_action",
|
29131
|
+
"ps_credential",
|
28937
29132
|
"public_method",
|
28938
29133
|
"public_methods",
|
28939
29134
|
"public_send",
|
@@ -28990,9 +29185,11 @@
|
|
28990
29185
|
"source_line_number",
|
28991
29186
|
"state_for_resource_reporter",
|
28992
29187
|
"subscribes",
|
29188
|
+
"tagged?",
|
28993
29189
|
"taint",
|
28994
29190
|
"tainted?",
|
28995
29191
|
"tap",
|
29192
|
+
"then",
|
28996
29193
|
"timeout",
|
28997
29194
|
"timeout=",
|
28998
29195
|
"to_enum",
|
@@ -29124,6 +29321,7 @@
|
|
29124
29321
|
"ignore_failure",
|
29125
29322
|
"ignore_failure=",
|
29126
29323
|
"immediate_notifications",
|
29324
|
+
"indirect",
|
29127
29325
|
"inherits",
|
29128
29326
|
"init_command",
|
29129
29327
|
"inspect",
|
@@ -29186,6 +29384,7 @@
|
|
29186
29384
|
"provider",
|
29187
29385
|
"provider=",
|
29188
29386
|
"provider_for_action",
|
29387
|
+
"ps_credential",
|
29189
29388
|
"public_method",
|
29190
29389
|
"public_methods",
|
29191
29390
|
"public_send",
|
@@ -29258,9 +29457,11 @@
|
|
29258
29457
|
"subscribes",
|
29259
29458
|
"supports",
|
29260
29459
|
"supports=",
|
29460
|
+
"tagged?",
|
29261
29461
|
"taint",
|
29262
29462
|
"tainted?",
|
29263
29463
|
"tap",
|
29464
|
+
"then",
|
29264
29465
|
"timeout",
|
29265
29466
|
"to_enum",
|
29266
29467
|
"to_h",
|
@@ -29444,6 +29645,7 @@
|
|
29444
29645
|
"provider",
|
29445
29646
|
"provider=",
|
29446
29647
|
"provider_for_action",
|
29648
|
+
"ps_credential",
|
29447
29649
|
"public_method",
|
29448
29650
|
"public_methods",
|
29449
29651
|
"public_send",
|
@@ -29504,11 +29706,13 @@
|
|
29504
29706
|
"state_for_resource_reporter",
|
29505
29707
|
"stripped_account",
|
29506
29708
|
"subscribes",
|
29709
|
+
"tagged?",
|
29507
29710
|
"taint",
|
29508
29711
|
"tainted?",
|
29509
29712
|
"tap",
|
29510
29713
|
"temporary",
|
29511
29714
|
"temporary=",
|
29715
|
+
"then",
|
29512
29716
|
"to_enum",
|
29513
29717
|
"to_h",
|
29514
29718
|
"to_hash",
|
@@ -29681,6 +29885,7 @@
|
|
29681
29885
|
"provider",
|
29682
29886
|
"provider=",
|
29683
29887
|
"provider_for_action",
|
29888
|
+
"ps_credential",
|
29684
29889
|
"public_method",
|
29685
29890
|
"public_methods",
|
29686
29891
|
"public_send",
|
@@ -29736,11 +29941,13 @@
|
|
29736
29941
|
"source_line_number",
|
29737
29942
|
"state_for_resource_reporter",
|
29738
29943
|
"subscribes",
|
29944
|
+
"tagged?",
|
29739
29945
|
"taint",
|
29740
29946
|
"tainted?",
|
29741
29947
|
"tap",
|
29742
29948
|
"target",
|
29743
29949
|
"target=",
|
29950
|
+
"then",
|
29744
29951
|
"to_enum",
|
29745
29952
|
"to_h",
|
29746
29953
|
"to_hash",
|
@@ -29940,6 +30147,7 @@
|
|
29940
30147
|
"provider",
|
29941
30148
|
"provider=",
|
29942
30149
|
"provider_for_action",
|
30150
|
+
"ps_credential",
|
29943
30151
|
"public_method",
|
29944
30152
|
"public_methods",
|
29945
30153
|
"public_send",
|
@@ -30003,6 +30211,7 @@
|
|
30003
30211
|
"stop_if_going_on_batteries",
|
30004
30212
|
"stop_if_going_on_batteries=",
|
30005
30213
|
"subscribes",
|
30214
|
+
"tagged?",
|
30006
30215
|
"taint",
|
30007
30216
|
"tainted?",
|
30008
30217
|
"tap",
|
@@ -30010,6 +30219,7 @@
|
|
30010
30219
|
"task=",
|
30011
30220
|
"task_name",
|
30012
30221
|
"task_name=",
|
30222
|
+
"then",
|
30013
30223
|
"to_enum",
|
30014
30224
|
"to_h",
|
30015
30225
|
"to_hash",
|
@@ -30178,6 +30388,7 @@
|
|
30178
30388
|
"provider",
|
30179
30389
|
"provider=",
|
30180
30390
|
"provider_for_action",
|
30391
|
+
"ps_credential",
|
30181
30392
|
"public_method",
|
30182
30393
|
"public_methods",
|
30183
30394
|
"public_send",
|
@@ -30233,9 +30444,11 @@
|
|
30233
30444
|
"source_line_number",
|
30234
30445
|
"state_for_resource_reporter",
|
30235
30446
|
"subscribes",
|
30447
|
+
"tagged?",
|
30236
30448
|
"taint",
|
30237
30449
|
"tainted?",
|
30238
30450
|
"tap",
|
30451
|
+
"then",
|
30239
30452
|
"to_enum",
|
30240
30453
|
"to_h",
|
30241
30454
|
"to_hash",
|
@@ -30413,6 +30626,7 @@
|
|
30413
30626
|
"provider",
|
30414
30627
|
"provider=",
|
30415
30628
|
"provider_for_action",
|
30629
|
+
"ps_credential",
|
30416
30630
|
"public_method",
|
30417
30631
|
"public_methods",
|
30418
30632
|
"public_send",
|
@@ -30472,9 +30686,11 @@
|
|
30472
30686
|
"source_line_number",
|
30473
30687
|
"state_for_resource_reporter",
|
30474
30688
|
"subscribes",
|
30689
|
+
"tagged?",
|
30475
30690
|
"taint",
|
30476
30691
|
"tainted?",
|
30477
30692
|
"tap",
|
30693
|
+
"then",
|
30478
30694
|
"timeout",
|
30479
30695
|
"timeout=",
|
30480
30696
|
"to_enum",
|
@@ -30706,6 +30922,7 @@
|
|
30706
30922
|
"proxy_password=",
|
30707
30923
|
"proxy_username",
|
30708
30924
|
"proxy_username=",
|
30925
|
+
"ps_credential",
|
30709
30926
|
"public_method",
|
30710
30927
|
"public_methods",
|
30711
30928
|
"public_send",
|
@@ -30777,9 +30994,11 @@
|
|
30777
30994
|
"sslverify=",
|
30778
30995
|
"state_for_resource_reporter",
|
30779
30996
|
"subscribes",
|
30997
|
+
"tagged?",
|
30780
30998
|
"taint",
|
30781
30999
|
"tainted?",
|
30782
31000
|
"tap",
|
31001
|
+
"then",
|
30783
31002
|
"throttle",
|
30784
31003
|
"throttle=",
|
30785
31004
|
"timeout",
|
@@ -30960,6 +31179,7 @@
|
|
30960
31179
|
"provider",
|
30961
31180
|
"provider=",
|
30962
31181
|
"provider_for_action",
|
31182
|
+
"ps_credential",
|
30963
31183
|
"public_method",
|
30964
31184
|
"public_methods",
|
30965
31185
|
"public_send",
|
@@ -31019,9 +31239,11 @@
|
|
31019
31239
|
"source_line_number",
|
31020
31240
|
"state_for_resource_reporter",
|
31021
31241
|
"subscribes",
|
31242
|
+
"tagged?",
|
31022
31243
|
"taint",
|
31023
31244
|
"tainted?",
|
31024
31245
|
"tap",
|
31246
|
+
"then",
|
31025
31247
|
"timeout",
|
31026
31248
|
"timeout=",
|
31027
31249
|
"to_enum",
|
@@ -31216,6 +31438,7 @@
|
|
31216
31438
|
"provider",
|
31217
31439
|
"provider=",
|
31218
31440
|
"provider_for_action",
|
31441
|
+
"ps_credential",
|
31219
31442
|
"public_method",
|
31220
31443
|
"public_methods",
|
31221
31444
|
"public_send",
|
@@ -31275,9 +31498,11 @@
|
|
31275
31498
|
"source_line_number",
|
31276
31499
|
"state_for_resource_reporter",
|
31277
31500
|
"subscribes",
|
31501
|
+
"tagged?",
|
31278
31502
|
"taint",
|
31279
31503
|
"tainted?",
|
31280
31504
|
"tap",
|
31505
|
+
"then",
|
31281
31506
|
"to_enum",
|
31282
31507
|
"to_h",
|
31283
31508
|
"to_hash",
|