t-ruby
https://github.com/sferik/t-ruby
Ruby
A command-line power tool for Twitter.
T::Utils#time_from_now_in_words
https://github.com/rails/rails/blob/bd8a970/actionpack/lib/action_view/helpers/date_helper.rb
Edit
git clone [email protected]:sferik/t-ruby.git
cd t-ruby
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-T--Utils-time_from_now_in_words-for-pr
# Commit to gitgit add git commit -m "better docs for T::Utils#time_from_now_in_words"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-T--Utils-time_from_now_in_words-for-pr
hub pull-request
# Celebrate!