class ChefCLI::Policyfile::Reports::Install

def fixed_version_install_table

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