daru
https://github.com/sciruby/daru
Ruby
Data Analysis in RUby
User.from_email
No Docs, write some!
Edit
git clone [email protected]:sciruby/daru.git
cd daru
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-User-from_email-for-pr
# Commit to gitgit add git commit -m "better docs for User.from_email"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-User-from_email-for-pr
hub pull-request
# Celebrate!