# File lib/chef/shef/ext.rb, line 209 def version puts "This is shef, the Chef shell.\n" + " Chef Version: #{::Chef::VERSION}\n" + " http://www.opscode.com/chef\n" + " http://wiki.opscode.com/display/chef/Home" :ucanhaz_automation end