chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
ChefConfig::PathHelper.escape_glob
Note: this method is deprecated. Please use escape_glob_dirs Paths which may contain glob-reserved characters need to be escaped before globbing can be done. http://stackoverflow.com/questions/14127343
Edit
git clone [email protected]:opscode/chef.git
cd chef
open chef-config/lib/chef-config/path_helper.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ChefConfig--PathHelper-escape_glob-for-pr
# Commit to gitgit add chef-config/lib/chef-config/path_helper.rbgit commit -m "better docs for ChefConfig::PathHelper.escape_glob"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ChefConfig--PathHelper-escape_glob-for-pr
hub pull-request
# Celebrate!