Method: Chef::Application#setup_application
- Defined in:
- lib/chef/application.rb
#setup_application ⇒ Object
Called prior to starting the application, by the run method
245 246 247 |
# File 'lib/chef/application.rb', line 245 def setup_application raise Chef::Exceptions::Application, "#{self}: you must override setup_application" end |