34 35 36 37 38 39 40 41
# File 'lib/chef-cli/pager.rb', line 34 def ui @ui ||= if pager_enabled? UI.new(out: parent_stdout) else UI.new end end