11 12 13 14 15
# File 'lib/chef/knife/project_list.rb', line 11 def run BuckKnife::Project.all.each do |project| ui.output " #{project.name}" end end