summaryrefslogtreecommitdiff
path: root/lib/chef/knife/core/ui.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/core/ui.rb')
-rw-r--r--lib/chef/knife/core/ui.rb7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/chef/knife/core/ui.rb b/lib/chef/knife/core/ui.rb
index 0d467b69c8..42d1abe4ef 100644
--- a/lib/chef/knife/core/ui.rb
+++ b/lib/chef/knife/core/ui.rb
@@ -31,12 +31,7 @@ class Chef
extend Forwardable
- attr_reader :stdout
- attr_reader :stderr
- attr_reader :stdin
- attr_reader :config
-
- attr_reader :presenter
+ attr_reader :stdout, :stderr, :stdin, :config, :presenter
def_delegator :@presenter, :format_list_for_display
def_delegator :@presenter, :format_for_display