# File lib/chef/knife/help.rb, line 67 def print_help_topics ui.info "Available help topics are: " help_topics.each do |topic| ui.msg " #{topic}" end end