Created
November 15, 2010 22:10
-
-
Save nakajima/701049 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| >> 15.minutes.class | |
| => Fixnum | |
| >> Object.instance_method(:class).bind(15.minutes).call | |
| => ActiveSupport::Duration |
judofyr
commented
Nov 15, 2010
Author
Awesome.
Fucking awesome.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment