diff options
| author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-03-04 11:11:40 -0800 |
|---|---|---|
| committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-03-04 11:11:40 -0800 |
| commit | 4fd88f1f3c7d847712e61abab2bac6cb4a987265 (patch) | |
| tree | dfb881adfed537b6f6c9084f7a61779416605e1e /lib/chef/shell | |
| parent | f17fc92d3b8400cc91bfd384c5bf39fd40bdf5b1 (diff) | |
| download | chef-4fd88f1f3c7d847712e61abab2bac6cb4a987265.tar.gz | |
add some @yield docs
added some FIXMEs because trying to sort out types for random undocumented code was making me completely aggro
Diffstat (limited to 'lib/chef/shell')
| -rw-r--r-- | lib/chef/shell/model_wrapper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/shell/model_wrapper.rb b/lib/chef/shell/model_wrapper.rb index 5f2d89d641..8c3e456a9b 100644 --- a/lib/chef/shell/model_wrapper.rb +++ b/lib/chef/shell/model_wrapper.rb @@ -59,6 +59,7 @@ module Shell alias :load :show + # FIXME: yard with @yield def transform(what_to_transform) if what_to_transform == :all objects_to_transform = list_objects |
