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