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