Skip to content

Instantly share code, notes, and snippets.

@ukitazume
Created March 28, 2012 08:15
Show Gist options
  • Select an option

  • Save ukitazume/2224705 to your computer and use it in GitHub Desktop.

Select an option

Save ukitazume/2224705 to your computer and use it in GitHub Desktop.
[2] pry(main)> require 'active_support/all'
=> true
[3] pry(main)> 30.days.ago
=> 2012-02-27 17:14:49 +0900
[4] pry(main)> 1.months.ago
=> 2012-02-28 17:14:58 +0900
[5] pry(main)> 1.hours
=> 3600
[6] pry(main)> 1.hours.ago
=> 2012-03-28 16:15:11 +0900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment