hashie
https://github.com/hashie/hashie
Ruby
Hashie is a collection of classes and mixins that make Ruby hashes more powerful.
Hashie::Dash#_regular_writer
No Docs, write some!
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-_regular_writer-for-pr
# Commit to gitgit add lib/hashie/dash.rbgit commit -m "better docs for Hashie::Dash#_regular_writer"
# 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-_regular_writer-for-pr
hub pull-request
# Celebrate!