Module: Toque

Defined in:
lib/toque.rb,
lib/toque/chef.rb,
lib/toque/tasks.rb,
lib/toque/helpers.rb,
lib/toque/version.rb

Defined Under Namespace

Modules: Chef, Helpers, Tasks, VERSION

Class Method Summary collapse

Class Method Details

.load_into(configuration) ⇒ Object



9
10
11
12
13
# File 'lib/toque.rb', line 9

def self.load_into(configuration)
  Toque::Helpers.load_into configuration
  Toque::Tasks.load_into configuration
  Toque::Chef.load_into configuration
end