class ChefCLI::Policyfile::Reports::Install

def install_table

def install_table
  @install_table ||= TablePrinter.new(ui) do |t|
    t.column(%w{Using Installing})
    t.column(policyfile_compiler.graph_solution.keys)
    t.column(policyfile_compiler.graph_solution.values)
  end
end