chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
Chef::FileCache.create_cache_path
Create a full path to a given file in the cache. By default, also creates the path if it does not exist. === Parameters path:: The path to create, relative to file_cache_path create_if_missing:: True by default - whether to create the path if it does not exist === Returns String:: The fully expanded path
Edit
git clone [email protected]:opscode/chef.git
cd chef
open lib/chef/file_cache.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Chef--FileCache-create_cache_path-for-pr
# Commit to gitgit add lib/chef/file_cache.rbgit commit -m "better docs for Chef::FileCache.create_cache_path"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Chef--FileCache-create_cache_path-for-pr
hub pull-request
# Celebrate!