chef

https://github.com/opscode/chef

Ruby

A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.

Chef::DSL::MethodMissing#method_missing

DEPRECATED:
method_missing must live for backcompat purposes until Chef 13.

Source | Google | Stack overflow

Edit

git clone [email protected]:opscode/chef.git

cd chef

open lib/chef/dsl/method_missing.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Chef--DSL--MethodMissing-method_missing-for-pr


# Commit to git

git add lib/chef/dsl/method_missing.rbgit commit -m "better docs for Chef::DSL::MethodMissing#method_missing"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Chef--DSL--MethodMissing-method_missing-for-pr

hub pull-request


# Celebrate!