chronic
https://github.com/mojombo/chronic
Ruby
Chronic is a pure Ruby natural language date parser.
Chronic::Handlers#handle_o_r_g_r
Handle ordinal/repeater/grabber/repeater
Edit
git clone [email protected]:mojombo/chronic.git
cd chronic
open lib/chronic/handlers.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Chronic--Handlers-handle_o_r_g_r-for-pr
# Commit to gitgit add lib/chronic/handlers.rbgit commit -m "better docs for Chronic::Handlers#handle_o_r_g_r"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Chronic--Handlers-handle_o_r_g_r-for-pr
hub pull-request
# Celebrate!