Method: Chef::Application#setup_application

Defined in:
lib/chef/application.rb

#setup_applicationObject

Called prior to starting the application, by the run method



75
76
77
# File 'lib/chef/application.rb', line 75

def setup_application
  raise Chef::Exceptions::Application, "#{self.to_s}: you must override setup_application"      
end