Method: Object#version
- Defined in:
- lib/chef/shef/ext.rb
#version ⇒ Object Also known as: shef
193 194 195 196 197 198 199 |
# File 'lib/chef/shef/ext.rb', line 193 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 |