class ChefCLI::Pager

def have_tty?

Other tags:
    Api: - private
def have_tty?
  $stdout.tty?
end