hashie
https://github.com/hashie/hashie
Ruby
Hashie is a collection of classes and mixins that make Ruby hashes more powerful.
Hashie::Dash.property?
Check to see if the specified property has already been defined.
Edit
git clone [email protected]:hashie/hashie.git
cd hashie
open lib/hashie/dash.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Hashie--Dash-property--for-pr
# Commit to gitgit add lib/hashie/dash.rbgit commit -m "better docs for Hashie::Dash.property?"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Hashie--Dash-property--for-pr
hub pull-request
# Celebrate!