Top Level Namespace

Defined Under Namespace

Modules: Addressable, ChefCLI, Kitchen, Mixlib

Instance Method Summary collapse

Instance Method Details

#camelize(name) ⇒ Object



8
9
10
# File 'lib/chef-cli/skeletons/code_generator/recipes/helpers.rb', line 8

def camelize(name)
  name.to_s.split(/[^a-zA-Z]/).map(&:capitalize).join
end

#service_exception_inspectorsObject

Exceptions for Service classes have more complex behaviors and more dependencies, so they are split into their own file here.



23
# File 'lib/chef-cli/service_exceptions.rb', line 23

require_relative "service_exception_inspectors"